#C00F36

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

Shades of Cardinal #C00F36

Tints of Cardinal #C00F36

Color information

#C00F36 (or 0xC00F36) is unknown color: approx Cardinal. HEX triplet: C0, 0F and 36. RGB value is (192,15,54). Sum of RGB (Red+Green+Blue) = 192+15+54=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F36 is #3FF0C9. Grayscale: #484848. Windows color (decimal): -4190410 or 3542976. OLE color: 3542976.

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

Color convert

RGB1921554-
CMYK00.920.720.25
HSL346.78º85.51%40.59%-
HSV(B)346.78º92.19%75.29%-
XYZ22.5711.814.58-
YUV72.37117.64213.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.56%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=73.56%
G=5.75%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192155400.920.720.25346.7885.5140.59
HexC0F3605C481915b5629
Octal300176601341103153312651
Binary110000001111110110010111001001000110011010110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00F36; }

 p { color: rgb(192,15,54); }

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

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

 a { background-color: rgb(192,15,54); }

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

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

 span { border-color: rgb(192,15,54); }

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