Html Css Color HEX #D9080E Venetian Red

📋 copy color: '#D9080E'

red 217 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #D9080E

Tints of Venetian Red #D9080E

RGB

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

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

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

R = 90.79%
G = 3.35%
B = 5.86%

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

#D9080E (or 0xD9080E) is known color: Venetian Red. HEX triplet: D9, 08 and 0E. RGB value is (217,8,14). Sum of RGB (Red+Green+Blue) = 217+8+14=239 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.79% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 217 - color contains mainly: red. Hex color #D9080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9080E is #26F7F1. Grayscale: #474747. Windows color (decimal): -2553842 or 919769. OLE color: 919769.

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

Color convert

RGB 217 8 14 -
CMYK 0 0.96 0.94 0.15
HSL 358.28º 0.93% 0.44% -
HSV(B) 358.28º 0.96% 0.85% -
XYZ 28.78 14.96 1.79 -
YUV 71.18 95.74 232.01 -
System Red Green Blue C M Y K H S L
Decimal 217 8 14 0 0.96 0.94 0.15 358.28 0.93 0.44
Hex D9 8 E 0 60 5E F 166 5D 2C
Octal 331 10 16 0 140 136 17 546 135 54
Binary 11011001 1000 1110 0 1100000 1011110 1111 101100110 1011101 101100

Color Harmonies of #D9080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9080E

Black with #D9080E

Text Example


Text Example

White with #D9080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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