Html Css Color HEX #D80321 Venetian Red

📋 copy color: '#D80321'

red 216 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #D80321

Tints of Venetian Red #D80321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 85.71%
G = 1.19%
B = 13.1%

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

#D80321 (or 0xD80321) is known color: Venetian Red. HEX triplet: D8, 03 and 21. RGB value is (216,3,33). Sum of RGB (Red+Green+Blue) = 216+3+33=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D80321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80321 is #27FCDE. Grayscale: #464646. Windows color (decimal): -2620639 or 2163672. OLE color: 2163672.

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

Color convert

RGB 216 3 33 -
CMYK 0 0.99 0.85 0.15
HSL 351.55º 0.97% 0.43% -
HSV(B) 351.55º 0.99% 0.85% -
XYZ 28.63 14.77 2.78 -
YUV 70.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 216 3 33 0 0.99 0.85 0.15 351.55 0.97 0.43
Hex D8 3 21 0 63 55 F 160 61 2B
Octal 330 3 41 0 143 125 17 540 141 53
Binary 11011000 11 100001 0 1100011 1010101 1111 101100000 1100001 101011

Color Harmonies of #D80321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80321

Black with #D80321

Text Example


Text Example

White with #D80321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80321; }

 p { color: rgb(216,3,33); }

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

background-color css

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

 a { background-color: rgb(216,3,33); }

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

border-color css

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

 span { border-color: rgb(216,3,33); }

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