Html Css Color HEX #D9090E Venetian Red

📋 copy color: '#D9090E'

red 217 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #D9090E

Tints of Venetian Red #D9090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 90.42%
G = 3.75%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9090E (or 0xD9090E) is known color: Venetian Red. HEX triplet: D9, 09 and 0E. RGB value is (217,9,14). Sum of RGB (Red+Green+Blue) = 217+9+14=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D9090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9090E is #26F6F1. Grayscale: #474747. Windows color (decimal): -2553586 or 920025. OLE color: 920025.

HSL color Cylindrical-coordinate representation of color #D9090E: hue angle of 358.56º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 9 14 -
CMYK 0 0.96 0.94 0.15
HSL 358.56º 0.92% 0.44% -
HSV(B) 358.56º 0.96% 0.85% -
XYZ 28.79 14.98 1.79 -
YUV 71.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 217 9 14 0 0.96 0.94 0.15 358.56 0.92 0.44
Hex D9 9 E 0 60 5E F 167 5C 2C
Octal 331 11 16 0 140 136 17 547 134 54
Binary 11011001 1001 1110 0 1100000 1011110 1111 101100111 1011100 101100

Color Harmonies of #D9090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9090E

Black with #D9090E

Text Example


Text Example

White with #D9090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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