Html Css Color HEX #D80220 Venetian Red

📋 copy color: '#D80220'

red 216 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #D80220

Tints of Venetian Red #D80220

RGB

 RED value IS 216 (84.77% from 255) = 86.4%

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 86.4%
G = 0.8%
B = 12.8%

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

#D80220 (or 0xD80220) is known color: Venetian Red. HEX triplet: D8, 02 and 20. RGB value is (216,2,32). Sum of RGB (Red+Green+Blue) = 216+2+32=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D80220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80220 is #27FDDF. Grayscale: #454545. Windows color (decimal): -2620896 or 2097880. OLE color: 2097880.

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

Color convert

RGB 216 2 32 -
CMYK 0 0.99 0.85 0.15
HSL 351.59º 0.98% 0.43% -
HSV(B) 351.59º 0.99% 0.85% -
XYZ 28.6 14.75 2.71 -
YUV 69.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 216 2 32 0 0.99 0.85 0.15 351.59 0.98 0.43
Hex D8 2 20 0 63 55 F 160 62 2B
Octal 330 2 40 0 143 125 17 540 142 53
Binary 11011000 10 100000 0 1100011 1010101 1111 101100000 1100010 101011

Color Harmonies of #D80220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80220

Black with #D80220

Text Example


Text Example

White with #D80220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80220; }

 p { color: rgb(216,2,32); }

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

background-color css

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

 a { background-color: rgb(216,2,32); }

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

border-color css

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

 span { border-color: rgb(216,2,32); }

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