#c60d18

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

Shades of Venetian Red #C60D18

Tints of Venetian Red #C60D18

Color information

#C60D18 (or 0xC60D18) is unknown color: approx Venetian Red. HEX triplet: C6, 0D and 18. RGB value is (198,13,24). Sum of RGB (Red+Green+Blue) = 198+13+24=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60D18 is #39F2E7. Grayscale: #454545. Windows color (decimal): -3797736 or 1576390. OLE color: 1576390.

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

Color convert

RGB1981324-
CMYK00.930.880.22
HSL356.43º87.68%41.37%-
HSV(B)356.43º93.43%77.65%-
XYZ23.612.362.01-
YUV69.57102.29219.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.26%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=84.26%
G=5.53%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198132400.930.880.22356.4387.6841.37
HexC6D1805D58161645829
Octal306153001351302654413051
Binary11000110110111000010111011011000101101011001001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c60d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c60d18; }

 p { color: rgb(198,13,24); }

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

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

 a { background-color: rgb(198,13,24); }

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

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

 span { border-color: rgb(198,13,24); }

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