Html Css Color HEX #D9080F Venetian Red

📋 copy color: '#D9080F'

red 217 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #D9080F

Tints of Venetian Red #D9080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 90.42%
G = 3.33%
B = 6.25%

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

#D9080F (or 0xD9080F) is known color: Venetian Red. HEX triplet: D9, 08 and 0F. RGB value is (217,8,15). Sum of RGB (Red+Green+Blue) = 217+8+15=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D9080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9080F is #26F7F0. Grayscale: #474747. Windows color (decimal): -2553841 or 985305. OLE color: 985305.

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

Color convert

RGB 217 8 15 -
CMYK 0 0.96 0.93 0.15
HSL 357.99º 0.93% 0.44% -
HSV(B) 357.99º 0.96% 0.85% -
XYZ 28.79 14.96 1.82 -
YUV 71.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 217 8 15 0 0.96 0.93 0.15 357.99 0.93 0.44
Hex D9 8 F 0 60 5D F 166 5D 2C
Octal 331 10 17 0 140 135 17 546 135 54
Binary 11011001 1000 1111 0 1100000 1011101 1111 101100110 1011101 101100

Color Harmonies of #D9080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9080F

Black with #D9080F

Text Example


Text Example

White with #D9080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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