Html Css Color HEX #D80521 Fire Engine Red

📋 copy color: '#D80521'

red 216 ◦ green 5 ◦ blue 33

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

Shades of Fire Engine Red #D80521

Tints of Fire Engine Red #D80521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 85.04%
G = 1.97%
B = 12.99%

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

#D80521 (or 0xD80521) is known color: Fire Engine Red. HEX triplet: D8, 05 and 21. RGB value is (216,5,33). Sum of RGB (Red+Green+Blue) = 216+5+33=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D80521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80521 is #27FADE. Grayscale: #474747. Windows color (decimal): -2620127 or 2164184. OLE color: 2164184.

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

Color convert

RGB 216 5 33 -
CMYK 0 0.98 0.85 0.15
HSL 352.04º 0.95% 0.43% -
HSV(B) 352.04º 0.98% 0.85% -
XYZ 28.65 14.82 2.79 -
YUV 71.28 106.4 231.22 -
System Red Green Blue C M Y K H S L
Decimal 216 5 33 0 0.98 0.85 0.15 352.04 0.95 0.43
Hex D8 5 21 0 62 55 F 160 5F 2B
Octal 330 5 41 0 142 125 17 540 137 53
Binary 11011000 101 100001 0 1100010 1010101 1111 101100000 1011111 101011

Color Harmonies of #D80521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80521

Black with #D80521

Text Example


Text Example

White with #D80521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80521; }

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

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

background-color css

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

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

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

border-color css

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

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

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