Html Css Color HEX #D90E0F Venetian Red

📋 copy color: '#D90E0F'

red 217 ◦ green 14 ◦ blue 15

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

Shades of Venetian Red #D90E0F

Tints of Venetian Red #D90E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

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

R = 88.21%
G = 5.69%
B = 6.1%

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

#D90E0F (or 0xD90E0F) is known color: Venetian Red. HEX triplet: D9, 0E and 0F. RGB value is (217,14,15). Sum of RGB (Red+Green+Blue) = 217+14+15=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E0F is #26F1F0. Grayscale: #4B4B4B. Windows color (decimal): -2552305 or 986841. OLE color: 986841.

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

Color convert

RGB 217 14 15 -
CMYK 0 0.94 0.93 0.15
HSL 359.7º 0.88% 0.45% -
HSV(B) 359.7º 0.94% 0.85% -
XYZ 28.86 15.1 1.85 -
YUV 74.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 217 14 15 0 0.94 0.93 0.15 359.7 0.88 0.45
Hex D9 E F 0 5E 5D F 168 58 2D
Octal 331 16 17 0 136 135 17 550 130 55
Binary 11011001 1110 1111 0 1011110 1011101 1111 101101000 1011000 101101

Color Harmonies of #D90E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E0F

Black with #D90E0F

Text Example


Text Example

White with #D90E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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