Html Css Color HEX #C60616 Venetian Red

📋 copy color: '#C60616'

red 198 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #C60616

Tints of Venetian Red #C60616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 87.61%
G = 2.65%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C60616 (or 0xC60616) is known color: Venetian Red. HEX triplet: C6, 06 and 16. RGB value is (198,6,22). Sum of RGB (Red+Green+Blue) = 198+6+22=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C60616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60616 is #39F9E9. Grayscale: #414141. Windows color (decimal): -3799530 or 1443526. OLE color: 1443526.

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

Color convert

RGB 198 6 22 -
CMYK 0 0.97 0.89 0.22
HSL 355º 0.94% 0.4% -
HSV(B) 355º 0.97% 0.78% -
XYZ 23.5 12.19 1.87 -
YUV 65.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 198 6 22 0 0.97 0.89 0.22 355 0.94 0.4
Hex C6 6 16 0 61 59 16 163 5E 28
Octal 306 6 26 0 141 131 26 543 136 50
Binary 11000110 110 10110 0 1100001 1011001 10110 101100011 1011110 101000

Color Harmonies of #C60616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60616

Black with #C60616

Text Example


Text Example

White with #C60616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60616; }

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

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

background-color css

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

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

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

border-color css

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

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

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