Html Css Color HEX #D90815 Venetian Red

📋 copy color: '#D90815'

red 217 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #D90815

Tints of Venetian Red #D90815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 88.21%
G = 3.25%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D90815 (or 0xD90815) is known color: Venetian Red. HEX triplet: D9, 08 and 15. RGB value is (217,8,21). Sum of RGB (Red+Green+Blue) = 217+8+21=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D90815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90815 is #26F7EA. Grayscale: #484848. Windows color (decimal): -2553835 or 1378521. OLE color: 1378521.

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

Color convert

RGB 217 8 21 -
CMYK 0 0.96 0.90 0.15
HSL 356.27º 0.93% 0.44% -
HSV(B) 356.27º 0.96% 0.85% -
XYZ 28.84 14.98 2.08 -
YUV 71.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 217 8 21 0 0.96 0.90 0.15 356.27 0.93 0.44
Hex D9 8 15 0 60 5A F 164 5D 2C
Octal 331 10 25 0 140 132 17 544 135 54
Binary 11011001 1000 10101 0 1100000 1011010 1111 101100100 1011101 101100

Color Harmonies of #D90815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90815

Black with #D90815

Text Example


Text Example

White with #D90815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90815; }

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

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

background-color css

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

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

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

border-color css

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

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

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