#C00E4F

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

Shades of Cardinal #C00E4F

Tints of Cardinal #C00E4F

Color information

#C00E4F (or 0xC00E4F) is unknown color: approx Cardinal. HEX triplet: C0, 0E and 4F. RGB value is (192,14,79). Sum of RGB (Red+Green+Blue) = 192+14+79=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E4F is #3FF1B0. Grayscale: #4A4A4A. Windows color (decimal): -4190641 or 5181120. OLE color: 5181120.

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

Color convert

RGB1921479-
CMYK00.930.590.25
HSL338.09º86.41%40.39%-
HSV(B)338.09º92.71%75.29%-
XYZ23.3112.098.5-
YUV74.63130.47211.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.37%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=67.37%
G=4.91%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192147900.930.590.25338.0986.4140.39
HexC0E4F05D3B191525628
Octal300161170135733152212650
Binary110000001110100111101011101111011110011010100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E4F; }

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

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

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

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

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

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

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

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