Html Css Color HEX #D9000E Venetian Red

📋 copy color: '#D9000E'

red 217 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #D9000E

Tints of Venetian Red #D9000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.94%
G = 0%
B = 6.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9000E (or 0xD9000E) is known color: Venetian Red. HEX triplet: D9, 00 and 0E. RGB value is (217,0,14). Sum of RGB (Red+Green+Blue) = 217+0+14=231 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.94% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 217 - color contains mainly: red. Hex color #D9000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9000E is #26FFF1. Grayscale: #424242. Windows color (decimal): -2555890 or 917721. OLE color: 917721.

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

Color convert

RGB 217 0 14 -
CMYK 0 1 0.94 0.15
HSL 356.13º 1% 0.43% -
HSV(B) 356.13º 1% 0.85% -
XYZ 28.69 14.78 1.76 -
YUV 66.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 217 0 14 0 1 0.94 0.15 356.13 1 0.43
Hex D9 0 E 0 64 5E F 164 64 2B
Octal 331 0 16 0 144 136 17 544 144 53
Binary 11011001 0 1110 0 1100100 1011110 1111 101100100 1100100 101011

Color Harmonies of #D9000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9000E

Black with #D9000E

Text Example


Text Example

White with #D9000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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