Html Css Color HEX #D90520 Venetian Red

📋 copy color: '#D90520'

red 217 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #D90520

Tints of Venetian Red #D90520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 85.43%
G = 1.97%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D90520 (or 0xD90520) is known color: Venetian Red. HEX triplet: D9, 05 and 20. RGB value is (217,5,32). Sum of RGB (Red+Green+Blue) = 217+5+32=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D90520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90520 is #26FADF. Grayscale: #474747. Windows color (decimal): -2554592 or 2098649. OLE color: 2098649.

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

Color convert

RGB 217 5 32 -
CMYK 0 0.98 0.85 0.15
HSL 352.36º 0.95% 0.44% -
HSV(B) 352.36º 0.98% 0.85% -
XYZ 28.93 14.96 2.73 -
YUV 71.47 105.74 231.8 -
System Red Green Blue C M Y K H S L
Decimal 217 5 32 0 0.98 0.85 0.15 352.36 0.95 0.44
Hex D9 5 20 0 62 55 F 160 5F 2C
Octal 331 5 40 0 142 125 17 540 137 54
Binary 11011001 101 100000 0 1100010 1010101 1111 101100000 1011111 101100

Color Harmonies of #D90520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90520

Black with #D90520

Text Example


Text Example

White with #D90520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90520; }

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

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

background-color css

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

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

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

border-color css

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

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

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