#C60F15

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

Shades of Venetian Red #C60F15

Tints of Venetian Red #C60F15

Color information

#C60F15 (or 0xC60F15) is unknown color: approx Venetian Red. HEX triplet: C6, 0F and 15. RGB value is (198,15,21). Sum of RGB (Red+Green+Blue) = 198+15+21=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F15 is #39F0EA. Grayscale: #464646. Windows color (decimal): -3797227 or 1380294. OLE color: 1380294.

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

Color convert

RGB1981521-
CMYK00.920.890.22
HSL358.03º85.92%41.76%-
HSV(B)358.03º92.42%77.65%-
XYZ23.5912.41.86-
YUV70.4100.13219.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.62%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=84.62%
G=6.41%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198152100.920.890.22358.0385.9241.76
HexC6F1505C5916166562a
Octal306172501341312654612652
Binary11000110111110101010111001011001101101011001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F15; }

 p { color: rgb(198,15,21); }

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

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

 a { background-color: rgb(198,15,21); }

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

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

 span { border-color: rgb(198,15,21); }

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