Html Css Color HEX #D40811 Venetian Red

📋 copy color: '#D40811'

red 212 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #D40811

Tints of Venetian Red #D40811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

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

R = 89.45%
G = 3.38%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40811 (or 0xD40811) is known color: Venetian Red. HEX triplet: D4, 08 and 11. RGB value is (212,8,17). Sum of RGB (Red+Green+Blue) = 212+8+17=237 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.45% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 212 - color contains mainly: red. Hex color #D40811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40811 is #2BF7EE. Grayscale: #464646. Windows color (decimal): -2881519 or 1116372. OLE color: 1116372.

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

Color convert

RGB 212 8 17 -
CMYK 0 0.96 0.92 0.17
HSL 357.35º 0.93% 0.43% -
HSV(B) 357.35º 0.96% 0.83% -
XYZ 27.34 14.21 1.83 -
YUV 70.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 212 8 17 0 0.96 0.92 0.17 357.35 0.93 0.43
Hex D4 8 11 0 60 5C 11 165 5D 2B
Octal 324 10 21 0 140 134 21 545 135 53
Binary 11010100 1000 10001 0 1100000 1011100 10001 101100101 1011101 101011

Color Harmonies of #D40811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40811

Black with #D40811

Text Example


Text Example

White with #D40811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40811; }

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

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

background-color css

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

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

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

border-color css

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

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

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