Html Css Color HEX #D90E11 Venetian Red

📋 copy color: '#D90E11'

red 217 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #D90E11

Tints of Venetian Red #D90E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.65%

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

R = 87.5%
G = 5.65%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D90E11 (or 0xD90E11) is known color: Venetian Red. HEX triplet: D9, 0E and 11. RGB value is (217,14,17). Sum of RGB (Red+Green+Blue) = 217+14+17=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E11 is #26F1EE. Grayscale: #4B4B4B. Windows color (decimal): -2552303 or 1117913. OLE color: 1117913.

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

Color convert

RGB 217 14 17 -
CMYK 0 0.94 0.92 0.15
HSL 359.11º 0.88% 0.45% -
HSV(B) 359.11º 0.94% 0.85% -
XYZ 28.87 15.11 1.92 -
YUV 75.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 217 14 17 0 0.94 0.92 0.15 359.11 0.88 0.45
Hex D9 E 11 0 5E 5C F 167 58 2D
Octal 331 16 21 0 136 134 17 547 130 55
Binary 11011001 1110 10001 0 1011110 1011100 1111 101100111 1011000 101101

Color Harmonies of #D90E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E11

Black with #D90E11

Text Example


Text Example

White with #D90E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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