Html Css Color HEX #D90811 Venetian Red

📋 copy color: '#D90811'

red 217 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #D90811

Tints of Venetian Red #D90811

RGB

 RED value IS 217 (85.16% from 255) = 89.67%

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

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

R = 89.67%
G = 3.31%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D90811 (or 0xD90811) is known color: Venetian Red. HEX triplet: D9, 08 and 11. RGB value is (217,8,17). Sum of RGB (Red+Green+Blue) = 217+8+17=242 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.67% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 217 - color contains mainly: red. Hex color #D90811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90811 is #26F7EE. Grayscale: #474747. Windows color (decimal): -2553839 or 1116377. OLE color: 1116377.

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

Color convert

RGB 217 8 17 -
CMYK 0 0.96 0.92 0.15
HSL 357.42º 0.93% 0.44% -
HSV(B) 357.42º 0.96% 0.85% -
XYZ 28.8 14.97 1.9 -
YUV 71.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 217 8 17 0 0.96 0.92 0.15 357.42 0.93 0.44
Hex D9 8 11 0 60 5C F 165 5D 2C
Octal 331 10 21 0 140 134 17 545 135 54
Binary 11011001 1000 10001 0 1100000 1011100 1111 101100101 1011101 101100

Color Harmonies of #D90811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90811

Black with #D90811

Text Example


Text Example

White with #D90811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90811; }

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

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

background-color css

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

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

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

border-color css

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

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

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