#C00E4B

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

Shades of Cardinal #C00E4B

Tints of Cardinal #C00E4B

Color information

#C00E4B (or 0xC00E4B) is unknown color: approx Cardinal. HEX triplet: C0, 0E and 4B. RGB value is (192,14,75). Sum of RGB (Red+Green+Blue) = 192+14+75=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E4B is #3FF1B4. Grayscale: #4A4A4A. Windows color (decimal): -4190645 or 4918976. OLE color: 4918976.

HSL color Cylindrical-coordinate representation of color #C00E4B: hue angle of 339.44º 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 #C00E4B is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1921475-
CMYK00.930.610.25
HSL339.44º86.41%40.39%-
HSV(B)339.44º92.71%75.29%-
XYZ23.1712.037.76-
YUV74.18128.47212.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.33%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=68.33%
G=4.98%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192147500.930.610.25339.4486.4140.39
HexC0E4B05D3D191535628
Octal300161130135753152312650
Binary110000001110100101101011101111101110011010100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E4B; }

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

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

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

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

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

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

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

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