Html Css Color HEX #D90B17 Venetian Red

📋 copy color: '#D90B17'

red 217 ◦ green 11 ◦ blue 23

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

Shades of Venetian Red #D90B17

Tints of Venetian Red #D90B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 86.45%
G = 4.38%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D90B17 (or 0xD90B17) is known color: Venetian Red. HEX triplet: D9, 0B and 17. RGB value is (217,11,23). Sum of RGB (Red+Green+Blue) = 217+11+23=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90B17 is #26F4E8. Grayscale: #4A4A4A. Windows color (decimal): -2553065 or 1510361. OLE color: 1510361.

HSL color Cylindrical-coordinate representation of color #D90B17: hue angle of 356.5º degrees, saturation: 0.9, 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 #D90B17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 11 23 -
CMYK 0 0.95 0.89 0.15
HSL 356.5º 0.9% 0.45% -
HSV(B) 356.5º 0.95% 0.85% -
XYZ 28.89 15.05 2.19 -
YUV 73.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 217 11 23 0 0.95 0.89 0.15 356.5 0.9 0.45
Hex D9 B 17 0 5F 59 F 165 5A 2D
Octal 331 13 27 0 137 131 17 545 132 55
Binary 11011001 1011 10111 0 1011111 1011001 1111 101100101 1011010 101101

Color Harmonies of #D90B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B17

Black with #D90B17

Text Example


Text Example

White with #D90B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B17; }

 p { color: rgb(217,11,23); }

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

background-color css

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

 a { background-color: rgb(217,11,23); }

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

border-color css

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

 span { border-color: rgb(217,11,23); }

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