Html Css Color HEX #D90810 Venetian Red

📋 copy color: '#D90810'

red 217 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #D90810

Tints of Venetian Red #D90810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 90.04%
G = 3.32%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D90810 (or 0xD90810) is known color: Venetian Red. HEX triplet: D9, 08 and 10. RGB value is (217,8,16). Sum of RGB (Red+Green+Blue) = 217+8+16=241 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.04% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 217 - color contains mainly: red. Hex color #D90810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90810 is #26F7EF. Grayscale: #474747. Windows color (decimal): -2553840 or 1050841. OLE color: 1050841.

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

Color convert

RGB 217 8 16 -
CMYK 0 0.96 0.93 0.15
HSL 357.7º 0.93% 0.44% -
HSV(B) 357.7º 0.96% 0.85% -
XYZ 28.8 14.96 1.86 -
YUV 71.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 217 8 16 0 0.96 0.93 0.15 357.7 0.93 0.44
Hex D9 8 10 0 60 5D F 166 5D 2C
Octal 331 10 20 0 140 135 17 546 135 54
Binary 11011001 1000 10000 0 1100000 1011101 1111 101100110 1011101 101100

Color Harmonies of #D90810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90810

Black with #D90810

Text Example


Text Example

White with #D90810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90810; }

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

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

background-color css

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

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

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

border-color css

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

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

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