Html Css Color HEX #D90320 Venetian Red

📋 copy color: '#D90320'

red 217 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D90320

Tints of Venetian Red #D90320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 86.11%
G = 1.19%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D90320 (or 0xD90320) is known color: Venetian Red. HEX triplet: D9, 03 and 20. RGB value is (217,3,32). Sum of RGB (Red+Green+Blue) = 217+3+32=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D90320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90320 is #26FCDF. Grayscale: #464646. Windows color (decimal): -2555104 or 2098137. OLE color: 2098137.

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

Color convert

RGB 217 3 32 -
CMYK 0 0.99 0.85 0.15
HSL 351.87º 0.97% 0.43% -
HSV(B) 351.87º 0.99% 0.85% -
XYZ 28.91 14.92 2.72 -
YUV 70.29 106.4 232.64 -
System Red Green Blue C M Y K H S L
Decimal 217 3 32 0 0.99 0.85 0.15 351.87 0.97 0.43
Hex D9 3 20 0 63 55 F 160 61 2B
Octal 331 3 40 0 143 125 17 540 141 53
Binary 11011001 11 100000 0 1100011 1010101 1111 101100000 1100001 101011

Color Harmonies of #D90320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90320

Black with #D90320

Text Example


Text Example

White with #D90320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90320; }

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

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

background-color css

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

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

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

border-color css

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

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

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