Html Css Color HEX #C20616 Venetian Red

📋 copy color: '#C20616'

red 194 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #C20616

Tints of Venetian Red #C20616

RGB

 RED value IS 194 (76.17% from 255) = 87.39%

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

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

R = 87.39%
G = 2.7%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20616 (or 0xC20616) is known color: Venetian Red. HEX triplet: C2, 06 and 16. RGB value is (194,6,22). Sum of RGB (Red+Green+Blue) = 194+6+22=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C20616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20616 is #3DF9E9. Grayscale: #404040. Windows color (decimal): -4061674 or 1443522. OLE color: 1443522.

HSL color Cylindrical-coordinate representation of color #C20616: hue angle of 354.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20616 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 22 -
CMYK 0 0.97 0.89 0.24
HSL 354.89º 0.94% 0.39% -
HSV(B) 354.89º 0.97% 0.76% -
XYZ 22.46 11.66 1.83 -
YUV 64.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 194 6 22 0 0.97 0.89 0.24 354.89 0.94 0.39
Hex C2 6 16 0 61 59 18 163 5E 27
Octal 302 6 26 0 141 131 30 543 136 47
Binary 11000010 110 10110 0 1100001 1011001 11000 101100011 1011110 100111

Color Harmonies of #C20616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20616

Black with #C20616

Text Example


Text Example

White with #C20616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20616; }

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

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

background-color css

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

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

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

border-color css

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

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

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