Html Css Color HEX #D41112 Venetian Red

📋 copy color: '#D41112'

red 212 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #D41112

Tints of Venetian Red #D41112

RGB

 RED value IS 212 (83.2% from 255) = 85.83%

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

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

R = 85.83%
G = 6.88%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41112 (or 0xD41112) is known color: Venetian Red. HEX triplet: D4, 11 and 12. RGB value is (212,17,18). Sum of RGB (Red+Green+Blue) = 212+17+18=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D41112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41112 is #2BEEED. Grayscale: #4B4B4B. Windows color (decimal): -2879214 or 1184212. OLE color: 1184212.

HSL color Cylindrical-coordinate representation of color #D41112: hue angle of 359.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41112 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 18 -
CMYK 0 0.92 0.92 0.17
HSL 359.69º 0.85% 0.45% -
HSV(B) 359.69º 0.92% 0.83% -
XYZ 27.46 14.44 1.91 -
YUV 75.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 212 17 18 0 0.92 0.92 0.17 359.69 0.85 0.45
Hex D4 11 12 0 5C 5C 11 168 55 2D
Octal 324 21 22 0 134 134 21 550 125 55
Binary 11010100 10001 10010 0 1011100 1011100 10001 101101000 1010101 101101

Color Harmonies of #D41112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41112

Black with #D41112

Text Example


Text Example

White with #D41112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41112; }

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

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

background-color css

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

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

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

border-color css

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

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

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