Html Css Color HEX #D90813 Venetian Red

📋 copy color: '#D90813'

red 217 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #D90813

Tints of Venetian Red #D90813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 88.93%
G = 3.28%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90813 (or 0xD90813) is known color: Venetian Red. HEX triplet: D9, 08 and 13. RGB value is (217,8,19). Sum of RGB (Red+Green+Blue) = 217+8+19=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D90813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90813 is #26F7EC. Grayscale: #474747. Windows color (decimal): -2553837 or 1247449. OLE color: 1247449.

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

Color convert

RGB 217 8 19 -
CMYK 0 0.96 0.91 0.15
HSL 356.84º 0.93% 0.44% -
HSV(B) 356.84º 0.96% 0.85% -
XYZ 28.82 14.97 1.99 -
YUV 71.75 98.24 231.61 -
System Red Green Blue C M Y K H S L
Decimal 217 8 19 0 0.96 0.91 0.15 356.84 0.93 0.44
Hex D9 8 13 0 60 5B F 165 5D 2C
Octal 331 10 23 0 140 133 17 545 135 54
Binary 11011001 1000 10011 0 1100000 1011011 1111 101100101 1011101 101100

Color Harmonies of #D90813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90813

Black with #D90813

Text Example


Text Example

White with #D90813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90813; }

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

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

background-color css

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

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

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

border-color css

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

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

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