Html Css Color HEX #D9011E Venetian Red

📋 copy color: '#D9011E'

red 217 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #D9011E

Tints of Venetian Red #D9011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 87.5%
G = 0.4%
B = 12.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9011E (or 0xD9011E) is known color: Venetian Red. HEX triplet: D9, 01 and 1E. RGB value is (217,1,30). Sum of RGB (Red+Green+Blue) = 217+1+30=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D9011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9011E is #26FEE1. Grayscale: #444444. Windows color (decimal): -2555618 or 1966553. OLE color: 1966553.

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

Color convert

RGB 217 1 30 -
CMYK 0 1.00 0.86 0.15
HSL 351.94º 0.99% 0.43% -
HSV(B) 351.94º 1% 0.85% -
XYZ 28.86 14.87 2.58 -
YUV 68.89 106.06 233.64 -
System Red Green Blue C M Y K H S L
Decimal 217 1 30 0 1.00 0.86 0.15 351.94 0.99 0.43
Hex D9 1 1E 0 64 56 F 160 63 2B
Octal 331 1 36 0 144 126 17 540 143 53
Binary 11011001 1 11110 0 1100100 1010110 1111 101100000 1100011 101011

Color Harmonies of #D9011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9011E

Black with #D9011E

Text Example


Text Example

White with #D9011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9011E; }

 p { color: rgb(217,1,30); }

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

background-color css

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

 a { background-color: rgb(217,1,30); }

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

border-color css

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

 span { border-color: rgb(217,1,30); }

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