Html Css Color HEX #C20811 Venetian Red

📋 copy color: '#C20811'

red 194 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #C20811

Tints of Venetian Red #C20811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 88.58%
G = 3.65%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20811 (or 0xC20811) is known color: Venetian Red. HEX triplet: C2, 08 and 11. RGB value is (194,8,17). Sum of RGB (Red+Green+Blue) = 194+8+17=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20811 is #3DF7EE. Grayscale: #404040. Windows color (decimal): -4061167 or 1116354. OLE color: 1116354.

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

Color convert

RGB 194 8 17 -
CMYK 0 0.96 0.91 0.24
HSL 357.1º 0.92% 0.4% -
HSV(B) 357.1º 0.96% 0.76% -
XYZ 22.44 11.68 1.6 -
YUV 64.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 194 8 17 0 0.96 0.91 0.24 357.1 0.92 0.4
Hex C2 8 11 0 60 5B 18 165 5C 28
Octal 302 10 21 0 140 133 30 545 134 50
Binary 11000010 1000 10001 0 1100000 1011011 11000 101100101 1011100 101000

Color Harmonies of #C20811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20811

Black with #C20811

Text Example


Text Example

White with #C20811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20811; }

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

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

background-color css

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

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

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

border-color css

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

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

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