Html Css Color HEX #D9090F Venetian Red

📋 copy color: '#D9090F'

red 217 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #D9090F

Tints of Venetian Red #D9090F

RGB

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

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

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

R = 90.04%
G = 3.73%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9090F (or 0xD9090F) is known color: Venetian Red. HEX triplet: D9, 09 and 0F. RGB value is (217,9,15). Sum of RGB (Red+Green+Blue) = 217+9+15=241 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.04% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 217 - color contains mainly: red. Hex color #D9090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9090F is #26F6F0. Grayscale: #484848. Windows color (decimal): -2553585 or 985561. OLE color: 985561.

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

Color convert

RGB 217 9 15 -
CMYK 0 0.96 0.93 0.15
HSL 358.27º 0.92% 0.44% -
HSV(B) 358.27º 0.96% 0.85% -
XYZ 28.8 14.98 1.83 -
YUV 71.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 217 9 15 0 0.96 0.93 0.15 358.27 0.92 0.44
Hex D9 9 F 0 60 5D F 166 5C 2C
Octal 331 11 17 0 140 135 17 546 134 54
Binary 11011001 1001 1111 0 1100000 1011101 1111 101100110 1011100 101100

Color Harmonies of #D9090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9090F

Black with #D9090F

Text Example


Text Example

White with #D9090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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