Html Css Color HEX #D90D0F Venetian Red

📋 copy color: '#D90D0F'

red 217 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #D90D0F

Tints of Venetian Red #D90D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 88.57%
G = 5.31%
B = 6.12%

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

#D90D0F (or 0xD90D0F) is known color: Venetian Red. HEX triplet: D9, 0D and 0F. RGB value is (217,13,15). Sum of RGB (Red+Green+Blue) = 217+13+15=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D0F is #26F2F0. Grayscale: #4A4A4A. Windows color (decimal): -2552561 or 986585. OLE color: 986585.

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

Color convert

RGB 217 13 15 -
CMYK 0 0.94 0.93 0.15
HSL 359.41º 0.89% 0.45% -
HSV(B) 359.41º 0.94% 0.85% -
XYZ 28.85 15.07 1.84 -
YUV 74.22 94.59 229.84 -
System Red Green Blue C M Y K H S L
Decimal 217 13 15 0 0.94 0.93 0.15 359.41 0.89 0.45
Hex D9 D F 0 5E 5D F 167 59 2D
Octal 331 15 17 0 136 135 17 547 131 55
Binary 11011001 1101 1111 0 1011110 1011101 1111 101100111 1011001 101101

Color Harmonies of #D90D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D0F

Black with #D90D0F

Text Example


Text Example

White with #D90D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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