Html Css Color HEX #C41112 Venetian Red

📋 copy color: '#C41112'

red 196 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #C41112

Tints of Venetian Red #C41112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 84.85%
G = 7.36%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41112 (or 0xC41112) is known color: Venetian Red. HEX triplet: C4, 11 and 12. RGB value is (196,17,18). Sum of RGB (Red+Green+Blue) = 196+17+18=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C41112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41112 is #3BEEED. Grayscale: #464646. Windows color (decimal): -3927790 or 1184196. OLE color: 1184196.

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

Color convert

RGB 196 17 18 -
CMYK 0 0.91 0.91 0.23
HSL 359.66º 0.84% 0.42% -
HSV(B) 359.66º 0.91% 0.77% -
XYZ 23.07 12.18 1.71 -
YUV 70.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 196 17 18 0 0.91 0.91 0.23 359.66 0.84 0.42
Hex C4 11 12 0 5B 5B 17 168 54 2A
Octal 304 21 22 0 133 133 27 550 124 52
Binary 11000100 10001 10010 0 1011011 1011011 10111 101101000 1010100 101010

Color Harmonies of #C41112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41112

Black with #C41112

Text Example


Text Example

White with #C41112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41112; }

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

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

background-color css

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

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

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

border-color css

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

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

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