Html Css Color HEX #D80224 Venetian Red

📋 copy color: '#D80224'

red 216 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #D80224

Tints of Venetian Red #D80224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 85.04%
G = 0.79%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D80224 (or 0xD80224) is known color: Venetian Red. HEX triplet: D8, 02 and 24. RGB value is (216,2,36). Sum of RGB (Red+Green+Blue) = 216+2+36=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D80224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80224 is #27FDDB. Grayscale: #454545. Windows color (decimal): -2620892 or 2360024. OLE color: 2360024.

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

Color convert

RGB 216 2 36 -
CMYK 0 0.99 0.83 0.15
HSL 350.47º 0.98% 0.43% -
HSV(B) 350.47º 0.99% 0.85% -
XYZ 28.66 14.77 3.01 -
YUV 69.86 108.9 232.24 -
System Red Green Blue C M Y K H S L
Decimal 216 2 36 0 0.99 0.83 0.15 350.47 0.98 0.43
Hex D8 2 24 0 63 53 F 15E 62 2B
Octal 330 2 44 0 143 123 17 536 142 53
Binary 11011000 10 100100 0 1100011 1010011 1111 101011110 1100010 101011

Color Harmonies of #D80224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80224

Black with #D80224

Text Example


Text Example

White with #D80224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80224; }

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

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

background-color css

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

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

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

border-color css

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

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

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