Html Css Color HEX #D80420 Venetian Red

📋 copy color: '#D80420'

red 216 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #D80420

Tints of Venetian Red #D80420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 85.71%
G = 1.59%
B = 12.7%

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

#D80420 (or 0xD80420) is known color: Venetian Red. HEX triplet: D8, 04 and 20. RGB value is (216,4,32). Sum of RGB (Red+Green+Blue) = 216+4+32=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D80420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80420 is #27FBDF. Grayscale: #464646. Windows color (decimal): -2620384 or 2098392. OLE color: 2098392.

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

Color convert

RGB 216 4 32 -
CMYK 0 0.98 0.85 0.15
HSL 352.08º 0.96% 0.43% -
HSV(B) 352.08º 0.98% 0.85% -
XYZ 28.62 14.79 2.71 -
YUV 70.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 216 4 32 0 0.98 0.85 0.15 352.08 0.96 0.43
Hex D8 4 20 0 62 55 F 160 60 2B
Octal 330 4 40 0 142 125 17 540 140 53
Binary 11011000 100 100000 0 1100010 1010101 1111 101100000 1100000 101011

Color Harmonies of #D80420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80420

Black with #D80420

Text Example


Text Example

White with #D80420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80420; }

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

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

background-color css

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

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

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

border-color css

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

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

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