Html Css Color HEX #C40411 Venetian Red

📋 copy color: '#C40411'

red 196 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #C40411

Tints of Venetian Red #C40411

RGB

 RED value IS 196 (76.95% from 255) = 90.32%

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

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

R = 90.32%
G = 1.84%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C40411 (or 0xC40411) is known color: Venetian Red. HEX triplet: C4, 04 and 11. RGB value is (196,4,17). Sum of RGB (Red+Green+Blue) = 196+4+17=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C40411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40411 is #3BFBEE. Grayscale: #3F3F3F. Windows color (decimal): -3931119 or 1115332. OLE color: 1115332.

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

Color convert

RGB 196 4 17 -
CMYK 0 0.98 0.91 0.23
HSL 355.94º 0.96% 0.39% -
HSV(B) 355.94º 0.98% 0.77% -
XYZ 22.91 11.86 1.61 -
YUV 62.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 196 4 17 0 0.98 0.91 0.23 355.94 0.96 0.39
Hex C4 4 11 0 62 5B 17 164 60 27
Octal 304 4 21 0 142 133 27 544 140 47
Binary 11000100 100 10001 0 1100010 1011011 10111 101100100 1100000 100111

Color Harmonies of #C40411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40411

Black with #C40411

Text Example


Text Example

White with #C40411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40411; }

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

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

background-color css

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

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

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

border-color css

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

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

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