#C01336

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

Shades of Cardinal #C01336

Tints of Cardinal #C01336

Color information

#C01336 (or 0xC01336) is unknown color: approx Cardinal. HEX triplet: C0, 13 and 36. RGB value is (192,19,54). Sum of RGB (Red+Green+Blue) = 192+19+54=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01336 is #3FECC9. Grayscale: #4A4A4A. Windows color (decimal): -4189386 or 3544000. OLE color: 3544000.

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

Color convert

RGB1921954-
CMYK00.900.720.25
HSL347.86º81.99%41.37%-
HSV(B)347.86º90.1%75.29%-
XYZ22.6411.944.6-
YUV74.72116.31211.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.45%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=72.45%
G=7.17%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192195400.900.720.25347.8681.9941.37
HexC0133605A481915c5229
Octal300236601321103153412251
Binary1100000010011110110010110101001000110011010111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01336; }

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

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

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

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

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

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

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

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