Html Css Color HEX #D90120 Venetian Red

📋 copy color: '#D90120'

red 217 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #D90120

Tints of Venetian Red #D90120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 86.8%
G = 0.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D90120 (or 0xD90120) is known color: Venetian Red. HEX triplet: D9, 01 and 20. RGB value is (217,1,32). Sum of RGB (Red+Green+Blue) = 217+1+32=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D90120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90120 is #26FEDF. Grayscale: #454545. Windows color (decimal): -2555616 or 2097625. OLE color: 2097625.

HSL color Cylindrical-coordinate representation of color #D90120: hue angle of 351.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90120 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 32 -
CMYK 0 1.00 0.85 0.15
HSL 351.39º 0.99% 0.43% -
HSV(B) 351.39º 1% 0.85% -
XYZ 28.89 14.88 2.72 -
YUV 69.12 107.06 233.48 -
System Red Green Blue C M Y K H S L
Decimal 217 1 32 0 1.00 0.85 0.15 351.39 0.99 0.43
Hex D9 1 20 0 64 55 F 15F 63 2B
Octal 331 1 40 0 144 125 17 537 143 53
Binary 11011001 1 100000 0 1100100 1010101 1111 101011111 1100011 101011

Color Harmonies of #D90120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90120

Black with #D90120

Text Example


Text Example

White with #D90120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90120; }

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

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

background-color css

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

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

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

border-color css

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

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

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