Html Css Color HEX #C20911 Venetian Red

📋 copy color: '#C20911'

red 194 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #C20911

Tints of Venetian Red #C20911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 88.18%
G = 4.09%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20911 (or 0xC20911) is known color: Venetian Red. HEX triplet: C2, 09 and 11. RGB value is (194,9,17). Sum of RGB (Red+Green+Blue) = 194+9+17=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20911 is #3DF6EE. Grayscale: #414141. Windows color (decimal): -4060911 or 1116610. OLE color: 1116610.

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

Color convert

RGB 194 9 17 -
CMYK 0 0.95 0.91 0.24
HSL 357.41º 0.91% 0.4% -
HSV(B) 357.41º 0.95% 0.76% -
XYZ 22.45 11.71 1.61 -
YUV 65.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 194 9 17 0 0.95 0.91 0.24 357.41 0.91 0.4
Hex C2 9 11 0 5F 5B 18 165 5B 28
Octal 302 11 21 0 137 133 30 545 133 50
Binary 11000010 1001 10001 0 1011111 1011011 11000 101100101 1011011 101000

Color Harmonies of #C20911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20911

Black with #C20911

Text Example


Text Example

White with #C20911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20911; }

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

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

background-color css

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

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

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

border-color css

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

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

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