Html Css Color HEX #D90816 Venetian Red

📋 copy color: '#D90816'

red 217 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #D90816

Tints of Venetian Red #D90816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 87.85%
G = 3.24%
B = 8.91%

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

#D90816 (or 0xD90816) is known color: Venetian Red. HEX triplet: D9, 08 and 16. RGB value is (217,8,22). Sum of RGB (Red+Green+Blue) = 217+8+22=247 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.85% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 217 - color contains mainly: red. Hex color #D90816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90816 is #26F7E9. Grayscale: #484848. Windows color (decimal): -2553834 or 1444057. OLE color: 1444057.

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

Color convert

RGB 217 8 22 -
CMYK 0 0.96 0.90 0.15
HSL 355.98º 0.93% 0.44% -
HSV(B) 355.98º 0.96% 0.85% -
XYZ 28.85 14.98 2.13 -
YUV 72.09 99.74 231.36 -
System Red Green Blue C M Y K H S L
Decimal 217 8 22 0 0.96 0.90 0.15 355.98 0.93 0.44
Hex D9 8 16 0 60 5A F 164 5D 2C
Octal 331 10 26 0 140 132 17 544 135 54
Binary 11011001 1000 10110 0 1100000 1011010 1111 101100100 1011101 101100

Color Harmonies of #D90816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90816

Black with #D90816

Text Example


Text Example

White with #D90816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90816; }

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

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

background-color css

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

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

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

border-color css

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

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

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