Html Css Color HEX #D90516 Venetian Red

📋 copy color: '#D90516'

red 217 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #D90516

Tints of Venetian Red #D90516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 88.93%
G = 2.05%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D90516 (or 0xD90516) is known color: Venetian Red. HEX triplet: D9, 05 and 16. RGB value is (217,5,22). Sum of RGB (Red+Green+Blue) = 217+5+22=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D90516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90516 is #26FAE9. Grayscale: #464646. Windows color (decimal): -2554602 or 1443289. OLE color: 1443289.

HSL color Cylindrical-coordinate representation of color #D90516: hue angle of 355.19º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90516 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 22 -
CMYK 0 0.98 0.90 0.15
HSL 355.19º 0.95% 0.44% -
HSV(B) 355.19º 0.98% 0.85% -
XYZ 28.81 14.92 2.12 -
YUV 70.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 217 5 22 0 0.98 0.90 0.15 355.19 0.95 0.44
Hex D9 5 16 0 62 5A F 163 5F 2C
Octal 331 5 26 0 142 132 17 543 137 54
Binary 11011001 101 10110 0 1100010 1011010 1111 101100011 1011111 101100

Color Harmonies of #D90516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90516

Black with #D90516

Text Example


Text Example

White with #D90516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90516; }

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

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

background-color css

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

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

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

border-color css

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

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

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