Html Css Color HEX #D80021 Venetian Red

📋 copy color: '#D80021'

red 216 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #D80021

Tints of Venetian Red #D80021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.75%
G = 0%
B = 13.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D80021 (or 0xD80021) is known color: Venetian Red. HEX triplet: D8, 00 and 21. RGB value is (216,0,33). Sum of RGB (Red+Green+Blue) = 216+0+33=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D80021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80021 is #27FFDE. Grayscale: #444444. Windows color (decimal): -2621407 or 2162904. OLE color: 2162904.

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

Color convert

RGB 216 0 33 -
CMYK 0 1 0.85 0.15
HSL 350.83º 1% 0.42% -
HSV(B) 350.83º 1% 0.85% -
XYZ 28.59 14.71 2.77 -
YUV 68.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 216 0 33 0 1 0.85 0.15 350.83 1 0.42
Hex D8 0 21 0 64 55 F 15F 64 2A
Octal 330 0 41 0 144 125 17 537 144 52
Binary 11011000 0 100001 0 1100100 1010101 1111 101011111 1100100 101010

Color Harmonies of #D80021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80021

Black with #D80021

Text Example


Text Example

White with #D80021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80021; }

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

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

background-color css

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

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

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

border-color css

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

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

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