Html Css Color HEX #C20016 Venetian Red

📋 copy color: '#C20016'

red 194 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #C20016

Tints of Venetian Red #C20016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.81%
G = 0%
B = 10.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20016 (or 0xC20016) is known color: Venetian Red. HEX triplet: C2, 00 and 16. RGB value is (194,0,22). Sum of RGB (Red+Green+Blue) = 194+0+22=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20016 is #3DFFE9. Grayscale: #3C3C3C. Windows color (decimal): -4063210 or 1441986. OLE color: 1441986.

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

Color convert

RGB 194 0 22 -
CMYK 0 1 0.89 0.24
HSL 353.2º 1% 0.38% -
HSV(B) 353.2º 1% 0.76% -
XYZ 22.39 11.53 1.8 -
YUV 60.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 194 0 22 0 1 0.89 0.24 353.2 1 0.38
Hex C2 0 16 0 64 59 18 161 64 26
Octal 302 0 26 0 144 131 30 541 144 46
Binary 11000010 0 10110 0 1100100 1011001 11000 101100001 1100100 100110

Color Harmonies of #C20016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20016

Black with #C20016

Text Example


Text Example

White with #C20016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20016; }

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

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

background-color css

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

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

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

border-color css

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

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

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