Html Css Color HEX #C20011 Venetian Red

📋 copy color: '#C20011'

red 194 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #C20011

Tints of Venetian Red #C20011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.06%

R = 91.94%
G = 0%
B = 8.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20011 (or 0xC20011) is known color: Venetian Red. HEX triplet: C2, 00 and 11. RGB value is (194,0,17). Sum of RGB (Red+Green+Blue) = 194+0+17=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C20011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20011 is #3DFFEE. Grayscale: #3C3C3C. Windows color (decimal): -4063215 or 1114306. OLE color: 1114306.

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

Color convert

RGB 194 0 17 -
CMYK 0 1 0.91 0.24
HSL 354.74º 1% 0.38% -
HSV(B) 354.74º 1% 0.76% -
XYZ 22.35 11.51 1.57 -
YUV 59.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 194 0 17 0 1 0.91 0.24 354.74 1 0.38
Hex C2 0 11 0 64 5B 18 163 64 26
Octal 302 0 21 0 144 133 30 543 144 46
Binary 11000010 0 10001 0 1100100 1011011 11000 101100011 1100100 100110

Color Harmonies of #C20011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20011

Black with #C20011

Text Example


Text Example

White with #C20011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20011; }

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

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

background-color css

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

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

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

border-color css

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

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

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