Html Css Color HEX #C20611 Venetian Red

📋 copy color: '#C20611'

red 194 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #C20611

Tints of Venetian Red #C20611

RGB

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

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

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

R = 89.4%
G = 2.76%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20611 (or 0xC20611) is known color: Venetian Red. HEX triplet: C2, 06 and 11. RGB value is (194,6,17). Sum of RGB (Red+Green+Blue) = 194+6+17=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20611 is #3DF9EE. Grayscale: #3F3F3F. Windows color (decimal): -4061679 or 1115842. OLE color: 1115842.

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

Color convert

RGB 194 6 17 -
CMYK 0 0.97 0.91 0.24
HSL 356.49º 0.94% 0.39% -
HSV(B) 356.49º 0.97% 0.76% -
XYZ 22.41 11.64 1.6 -
YUV 63.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 194 6 17 0 0.97 0.91 0.24 356.49 0.94 0.39
Hex C2 6 11 0 61 5B 18 164 5E 27
Octal 302 6 21 0 141 133 30 544 136 47
Binary 11000010 110 10001 0 1100001 1011011 11000 101100100 1011110 100111

Color Harmonies of #C20611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20611

Black with #C20611

Text Example


Text Example

White with #C20611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20611; }

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

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

background-color css

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

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

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

border-color css

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

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

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