#C00E3B

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

Shades of Cardinal #C00E3B

Tints of Cardinal #C00E3B

Color information

#C00E3B (or 0xC00E3B) is unknown color: approx Cardinal. HEX triplet: C0, 0E and 3B. RGB value is (192,14,59). Sum of RGB (Red+Green+Blue) = 192+14+59=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E3B is #3FF1C4. Grayscale: #484848. Windows color (decimal): -4190661 or 3870400. OLE color: 3870400.

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

Color convert

RGB1921459-
CMYK00.930.690.25
HSL344.83º86.41%40.39%-
HSV(B)344.83º92.71%75.29%-
XYZ22.6811.845.23-
YUV72.35120.47213.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.45%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=72.45%
G=5.28%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192145900.930.690.25344.8386.4140.39
HexC0E3B05D45191595628
Octal300167301351053153112650
Binary110000001110111011010111011000101110011010110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E3B; }

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

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

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

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

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

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

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

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