#C60613

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

Shades of Venetian Red #C60613

Tints of Venetian Red #C60613

Color information

#C60613 (or 0xC60613) is unknown color: approx Venetian Red. HEX triplet: C6, 06 and 13. RGB value is (198,6,19). Sum of RGB (Red+Green+Blue) = 198+6+19=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60613 is #39F9EC. Grayscale: #414141. Windows color (decimal): -3799533 or 1246918. OLE color: 1246918.

HSL color Cylindrical-coordinate representation of color #C60613: hue angle of 355.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60613 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB198619-
CMYK00.970.900.22
HSL355.94º94.12%40%-
HSV(B)355.94º96.97%77.65%-
XYZ23.4712.181.73-
YUV64.89102.11222.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.79%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=88.79%
G=2.69%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19861900.970.900.22355.9494.1240
HexC66130615A161645e28
Octal30662301411322654413650
Binary1100011011010011011000011011010101101011001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60613; }

 p { color: rgb(198,6,19); }

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

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

 a { background-color: rgb(198,6,19); }

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

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

 span { border-color: rgb(198,6,19); }

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