#C60E45

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

Shades of Cardinal #C60E45

Tints of Cardinal #C60E45

Color information

#C60E45 (or 0xC60E45) is unknown color: approx Cardinal. HEX triplet: C6, 0E and 45. RGB value is (198,14,69). Sum of RGB (Red+Green+Blue) = 198+14+69=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60E45 is #39F1BA. Grayscale: #4B4B4B. Windows color (decimal): -3797435 or 4525766. OLE color: 4525766.

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

Color convert

RGB1981469-
CMYK00.930.650.22
HSL342.07º86.79%41.57%-
HSV(B)342.07º92.93%77.65%-
XYZ24.5212.756.8-
YUV75.29124.46215.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=70.46%
G=4.98%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198146900.930.650.22342.0786.7941.57
HexC6E4505D4116156572a
Octal3061610501351012652612752
Binary1100011011101000101010111011000001101101010101101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60E45; }

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

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

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

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

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

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

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

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