Html Css Color HEX #D90D10 Venetian Red

📋 copy color: '#D90D10'

red 217 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #D90D10

Tints of Venetian Red #D90D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.28%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 88.21%
G = 5.28%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D90D10 (or 0xD90D10) is known color: Venetian Red. HEX triplet: D9, 0D and 10. RGB value is (217,13,16). Sum of RGB (Red+Green+Blue) = 217+13+16=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D10 is #26F2EF. Grayscale: #4A4A4A. Windows color (decimal): -2552560 or 1052121. OLE color: 1052121.

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

Color convert

RGB 217 13 16 -
CMYK 0 0.94 0.93 0.15
HSL 359.12º 0.89% 0.45% -
HSV(B) 359.12º 0.94% 0.85% -
XYZ 28.85 15.08 1.88 -
YUV 74.34 95.09 229.76 -
System Red Green Blue C M Y K H S L
Decimal 217 13 16 0 0.94 0.93 0.15 359.12 0.89 0.45
Hex D9 D 10 0 5E 5D F 167 59 2D
Octal 331 15 20 0 136 135 17 547 131 55
Binary 11011001 1101 10000 0 1011110 1011101 1111 101100111 1011001 101101

Color Harmonies of #D90D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D10

Black with #D90D10

Text Example


Text Example

White with #D90D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D10; }

 p { color: rgb(217,13,16); }

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

background-color css

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

 a { background-color: rgb(217,13,16); }

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

border-color css

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

 span { border-color: rgb(217,13,16); }

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