#C60E32

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

Shades of Cardinal #C60E32

Tints of Cardinal #C60E32

Color information

#C60E32 (or 0xC60E32) is unknown color: approx Cardinal. HEX triplet: C6, 0E and 32. RGB value is (198,14,50). Sum of RGB (Red+Green+Blue) = 198+14+50=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60E32 is #39F1CD. Grayscale: #494949. Windows color (decimal): -3797454 or 3280582. OLE color: 3280582.

HSL color Cylindrical-coordinate representation of color #C60E32: hue angle of 348.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60E32 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1981450-
CMYK00.930.750.22
HSL348.26º86.79%41.57%-
HSV(B)348.26º92.93%77.65%-
XYZ24.0212.554.17-
YUV73.12114.96217.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75.57%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=75.57%
G=5.34%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198145000.930.750.22348.2686.7941.57
HexC6E3205D4B1615c572a
Octal306166201351132653412752
Binary110001101110110010010111011001011101101010111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60E32; }

 p { color: rgb(198,14,50); }

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

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

 a { background-color: rgb(198,14,50); }

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

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

 span { border-color: rgb(198,14,50); }

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