Html Css Color HEX #C60612 Venetian Red

📋 copy color: '#C60612'

red 198 ◦ green 6 ◦ blue 18

#C60612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C60612

Tints of Venetian Red #C60612

RGB

 RED value IS 198 (77.73% from 255) = 89.19%

 GREEN value IS 6 (2.73% from 255) = 2.7%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 89.19%
G = 2.7%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60612 (or 0xC60612) is known color: Venetian Red. HEX triplet: C6, 06 and 12. RGB value is (198,6,18). Sum of RGB (Red+Green+Blue) = 198+6+18=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C60612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60612 is #39F9ED. Grayscale: #404040. Windows color (decimal): -3799534 or 1181382. OLE color: 1181382.

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

Color convert

RGB 198 6 18 -
CMYK 0 0.97 0.91 0.22
HSL 356.25º 0.94% 0.4% -
HSV(B) 356.25º 0.97% 0.78% -
XYZ 23.46 12.18 1.69 -
YUV 64.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 198 6 18 0 0.97 0.91 0.22 356.25 0.94 0.4
Hex C6 6 12 0 61 5B 16 164 5E 28
Octal 306 6 22 0 141 133 26 544 136 50
Binary 11000110 110 10010 0 1100001 1011011 10110 101100100 1011110 101000

Color Harmonies of #C60612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60612

Black with #C60612

Text Example


Text Example

White with #C60612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60612; }

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

 H1.HeaderClassName
 {
   color: #C60612;
 }
 .AnyTagClassName
 {
   color: #C60612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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