Html Css Color HEX #D9010E Venetian Red

📋 copy color: '#D9010E'

red 217 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #D9010E

Tints of Venetian Red #D9010E

RGB

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

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

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

R = 93.53%
G = 0.43%
B = 6.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9010E (or 0xD9010E) is known color: Venetian Red. HEX triplet: D9, 01 and 0E. RGB value is (217,1,14). Sum of RGB (Red+Green+Blue) = 217+1+14=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D9010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9010E is #26FEF1. Grayscale: #434343. Windows color (decimal): -2555634 or 917977. OLE color: 917977.

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

Color convert

RGB 217 1 14 -
CMYK 0 1.00 0.94 0.15
HSL 356.39º 0.99% 0.43% -
HSV(B) 356.39º 1% 0.85% -
XYZ 28.71 14.81 1.76 -
YUV 67.07 98.06 234.94 -
System Red Green Blue C M Y K H S L
Decimal 217 1 14 0 1.00 0.94 0.15 356.39 0.99 0.43
Hex D9 1 E 0 64 5E F 164 63 2B
Octal 331 1 16 0 144 136 17 544 143 53
Binary 11011001 1 1110 0 1100100 1011110 1111 101100100 1100011 101011

Color Harmonies of #D9010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9010E

Black with #D9010E

Text Example


Text Example

White with #D9010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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