Html Css Color HEX #D90511 Venetian Red

📋 copy color: '#D90511'

red 217 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #D90511

Tints of Venetian Red #D90511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 90.79%
G = 2.09%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D90511 (or 0xD90511) is known color: Venetian Red. HEX triplet: D9, 05 and 11. RGB value is (217,5,17). Sum of RGB (Red+Green+Blue) = 217+5+17=239 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.79% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 217 - color contains mainly: red. Hex color #D90511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90511 is #26FAEE. Grayscale: #454545. Windows color (decimal): -2554607 or 1115609. OLE color: 1115609.

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

Color convert

RGB 217 5 17 -
CMYK 0 0.98 0.92 0.15
HSL 356.6º 0.95% 0.44% -
HSV(B) 356.6º 0.98% 0.85% -
XYZ 28.77 14.9 1.89 -
YUV 69.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 217 5 17 0 0.98 0.92 0.15 356.6 0.95 0.44
Hex D9 5 11 0 62 5C F 165 5F 2C
Octal 331 5 21 0 142 134 17 545 137 54
Binary 11011001 101 10001 0 1100010 1011100 1111 101100101 1011111 101100

Color Harmonies of #D90511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90511

Black with #D90511

Text Example


Text Example

White with #D90511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90511; }

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

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

background-color css

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

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

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

border-color css

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

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

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