#C01539

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

Shades of Cardinal #C01539

Tints of Cardinal #C01539

Color information

#C01539 (or 0xC01539) is unknown color: approx Cardinal. HEX triplet: C0, 15 and 39. RGB value is (192,21,57). Sum of RGB (Red+Green+Blue) = 192+21+57=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C01539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01539 is #3FEAC6. Grayscale: #4C4C4C. Windows color (decimal): -4188871 or 3741120. OLE color: 3741120.

HSL color Cylindrical-coordinate representation of color #C01539: hue angle of 347.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01539 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1922157-
CMYK00.890.700.25
HSL347.37º80.28%41.76%-
HSV(B)347.37º89.06%75.29%-
XYZ22.7412.045-
YUV76.23117.15210.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.11%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=71.11%
G=7.78%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192215700.890.700.25347.3780.2841.76
HexC01539059461915b502a
Octal300257101311063153312052
Binary1100000010101111001010110011000110110011010110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01539; }

 p { color: rgb(192,21,57); }

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

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

 a { background-color: rgb(192,21,57); }

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

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

 span { border-color: rgb(192,21,57); }

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