Html Css Color HEX #D80722 Fire Engine Red

📋 copy color: '#D80722'

red 216 ◦ green 7 ◦ blue 34

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

Shades of Fire Engine Red #D80722

Tints of Fire Engine Red #D80722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 34 (13.67% from 255) = 13.23%

R = 84.05%
G = 2.72%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80722 (or 0xD80722) is known color: Fire Engine Red. HEX triplet: D8, 07 and 22. RGB value is (216,7,34). Sum of RGB (Red+Green+Blue) = 216+7+34=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80722 is #27F8DD. Grayscale: #484848. Windows color (decimal): -2619614 or 2230232. OLE color: 2230232.

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

Color convert

RGB 216 7 34 -
CMYK 0 0.97 0.84 0.15
HSL 352.25º 0.94% 0.44% -
HSV(B) 352.25º 0.97% 0.85% -
XYZ 28.68 14.87 2.87 -
YUV 72.57 106.24 230.3 -
System Red Green Blue C M Y K H S L
Decimal 216 7 34 0 0.97 0.84 0.15 352.25 0.94 0.44
Hex D8 7 22 0 61 54 F 160 5E 2C
Octal 330 7 42 0 141 124 17 540 136 54
Binary 11011000 111 100010 0 1100001 1010100 1111 101100000 1011110 101100

Color Harmonies of #D80722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80722

Black with #D80722

Text Example


Text Example

White with #D80722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80722; }

 p { color: rgb(216,7,34); }

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

background-color css

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

 a { background-color: rgb(216,7,34); }

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

border-color css

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

 span { border-color: rgb(216,7,34); }

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