Html Css Color HEX #D90A17 Venetian Red

📋 copy color: '#D90A17'

red 217 ◦ green 10 ◦ blue 23

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

Shades of Venetian Red #D90A17

Tints of Venetian Red #D90A17

RGB

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

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

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

R = 86.8%
G = 4%
B = 9.2%

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

#D90A17 (or 0xD90A17) is known color: Venetian Red. HEX triplet: D9, 0A and 17. RGB value is (217,10,23). Sum of RGB (Red+Green+Blue) = 217+10+23=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A17 is #26F5E8. Grayscale: #494949. Windows color (decimal): -2553321 or 1510105. OLE color: 1510105.

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

Color convert

RGB 217 10 23 -
CMYK 0 0.95 0.89 0.15
HSL 356.23º 0.91% 0.45% -
HSV(B) 356.23º 0.95% 0.85% -
XYZ 28.88 15.03 2.19 -
YUV 73.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 217 10 23 0 0.95 0.89 0.15 356.23 0.91 0.45
Hex D9 A 17 0 5F 59 F 164 5B 2D
Octal 331 12 27 0 137 131 17 544 133 55
Binary 11011001 1010 10111 0 1011111 1011001 1111 101100100 1011011 101101

Color Harmonies of #D90A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A17

Black with #D90A17

Text Example


Text Example

White with #D90A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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