#C00E44

Color #C00E44 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C00E44

Tints of Cardinal #C00E44

Color information

#C00E44 (or 0xC00E44) is unknown color: approx Cardinal. HEX triplet: C0, 0E and 44. RGB value is (192,14,68). Sum of RGB (Red+Green+Blue) = 192+14+68=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E44 is #3FF1BB. Grayscale: #494949. Windows color (decimal): -4190652 or 4460224. OLE color: 4460224.

HSL color Cylindrical-coordinate representation of color #C00E44: hue angle of 341.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E44 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1921468-
CMYK00.930.650.25
HSL341.8º86.41%40.39%-
HSV(B)341.8º92.71%75.29%-
XYZ22.9411.946.56-
YUV73.38124.97212.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 70.07%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=70.07%
G=5.11%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192146800.930.650.25341.886.4140.39
HexC0E4405D41191565628
Octal3001610401351013152612650
Binary1100000011101000100010111011000001110011010101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E44; }

 p { color: rgb(192,14,68); }

 H1.HeaderClassName
 {
   color: #C00E44;
 }
 .AnyTagClassName
 {
   color: #C00E44;
 }
</style>
background-color css

<style>
 a { background-color: #C00E44; }

 a { background-color: rgb(192,14,68); }

 div.DivClassName
 {
   background-color: #C00E44;
 }
 .BgClassName
 {
   background-color: #C00E44;
 }
</style>
border-color css

<style>
 span { border-color: #C00E44; }

 span { border-color: rgb(192,14,68); }

 td.TdClassName
 {
   border-color: #C00E44;
 }
 .TagClassName
 {
   border-color: #C00E44;
 }
</style>