#C60118

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

Shades of Venetian Red #C60118

Tints of Venetian Red #C60118

Color information

#C60118 (or 0xC60118) is unknown color: approx Venetian Red. HEX triplet: C6, 01 and 18. RGB value is (198,1,24). Sum of RGB (Red+Green+Blue) = 198+1+24=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60118 is #39FEE7. Grayscale: #3E3E3E. Windows color (decimal): -3800808 or 1573318. OLE color: 1573318.

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

Color convert

RGB198124-
CMYK00.990.880.22
HSL352.99º98.99%39.02%-
HSV(B)352.99º99.49%77.65%-
XYZ23.4612.091.96-
YUV62.52106.27224.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.79%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 24 (9.77% from 255) = 10.76%
R=88.79%
G=0.45%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812400.990.880.22352.9998.9939.02
HexC611806358161616327
Octal30613001431302654114347
Binary11000110111000011000111011000101101011000011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60118; }

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

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

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

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

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

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

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

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