Html Css Color HEX #C60216 Venetian Red

📋 copy color: '#C60216'

red 198 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #C60216

Tints of Venetian Red #C60216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 89.19%
G = 0.9%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C60216 (or 0xC60216) is known color: Venetian Red. HEX triplet: C6, 02 and 16. RGB value is (198,2,22). Sum of RGB (Red+Green+Blue) = 198+2+22=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C60216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60216 is #39FDE9. Grayscale: #3F3F3F. Windows color (decimal): -3800554 or 1442502. OLE color: 1442502.

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

Color convert

RGB 198 2 22 -
CMYK 0 0.99 0.89 0.22
HSL 353.88º 0.98% 0.39% -
HSV(B) 353.88º 0.99% 0.78% -
XYZ 23.46 12.11 1.86 -
YUV 62.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 198 2 22 0 0.99 0.89 0.22 353.88 0.98 0.39
Hex C6 2 16 0 63 59 16 162 62 27
Octal 306 2 26 0 143 131 26 542 142 47
Binary 11000110 10 10110 0 1100011 1011001 10110 101100010 1100010 100111

Color Harmonies of #C60216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60216

Black with #C60216

Text Example


Text Example

White with #C60216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60216; }

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

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

background-color css

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

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

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

border-color css

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

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

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