Html Css Color HEX #D90A11 Venetian Red

📋 copy color: '#D90A11'

red 217 ◦ green 10 ◦ blue 17

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

Shades of Venetian Red #D90A11

Tints of Venetian Red #D90A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.1%

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

R = 88.93%
G = 4.1%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D90A11 (or 0xD90A11) is known color: Venetian Red. HEX triplet: D9, 0A and 11. RGB value is (217,10,17). Sum of RGB (Red+Green+Blue) = 217+10+17=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A11 is #26F5EE. Grayscale: #484848. Windows color (decimal): -2553327 or 1116889. OLE color: 1116889.

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

Color convert

RGB 217 10 17 -
CMYK 0 0.95 0.92 0.15
HSL 357.97º 0.91% 0.45% -
HSV(B) 357.97º 0.95% 0.85% -
XYZ 28.82 15.01 1.91 -
YUV 72.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 217 10 17 0 0.95 0.92 0.15 357.97 0.91 0.45
Hex D9 A 11 0 5F 5C F 166 5B 2D
Octal 331 12 21 0 137 134 17 546 133 55
Binary 11011001 1010 10001 0 1011111 1011100 1111 101100110 1011011 101101

Color Harmonies of #D90A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A11

Black with #D90A11

Text Example


Text Example

White with #D90A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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