Html Css Color HEX #C20411 Venetian Red

📋 copy color: '#C20411'

red 194 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #C20411

Tints of Venetian Red #C20411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 90.23%
G = 1.86%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20411 (or 0xC20411) is known color: Venetian Red. HEX triplet: C2, 04 and 11. RGB value is (194,4,17). Sum of RGB (Red+Green+Blue) = 194+4+17=215 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.23% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 194 - color contains mainly: red. Hex color #C20411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20411 is #3DFBEE. Grayscale: #3E3E3E. Windows color (decimal): -4062191 or 1115330. OLE color: 1115330.

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

Color convert

RGB 194 4 17 -
CMYK 0 0.98 0.91 0.24
HSL 355.89º 0.96% 0.39% -
HSV(B) 355.89º 0.98% 0.76% -
XYZ 22.39 11.6 1.59 -
YUV 62.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 194 4 17 0 0.98 0.91 0.24 355.89 0.96 0.39
Hex C2 4 11 0 62 5B 18 164 60 27
Octal 302 4 21 0 142 133 30 544 140 47
Binary 11000010 100 10001 0 1100010 1011011 11000 101100100 1100000 100111

Color Harmonies of #C20411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20411

Black with #C20411

Text Example


Text Example

White with #C20411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20411; }

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

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

background-color css

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

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

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

border-color css

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

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

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