Html Css Color HEX #D41011 Venetian Red

📋 copy color: '#D41011'

red 212 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #D41011

Tints of Venetian Red #D41011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 86.53%
G = 6.53%
B = 6.94%

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

#D41011 (or 0xD41011) is known color: Venetian Red. HEX triplet: D4, 10 and 11. RGB value is (212,16,17). Sum of RGB (Red+Green+Blue) = 212+16+17=245 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.53% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 212 - color contains mainly: red. Hex color #D41011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41011 is #2BEFEE. Grayscale: #4A4A4A. Windows color (decimal): -2879471 or 1118420. OLE color: 1118420.

HSL color Cylindrical-coordinate representation of color #D41011: hue angle of 359.69º degrees, saturation: 0.86, 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 #D41011 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 17 -
CMYK 0 0.92 0.92 0.17
HSL 359.69º 0.86% 0.45% -
HSV(B) 359.69º 0.92% 0.83% -
XYZ 27.44 14.41 1.87 -
YUV 74.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 212 16 17 0 0.92 0.92 0.17 359.69 0.86 0.45
Hex D4 10 11 0 5C 5C 11 168 56 2D
Octal 324 20 21 0 134 134 21 550 126 55
Binary 11010100 10000 10001 0 1011100 1011100 10001 101101000 1010110 101101

Color Harmonies of #D41011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41011

Black with #D41011

Text Example


Text Example

White with #D41011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41011; }

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

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

background-color css

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

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

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

border-color css

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

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

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