#D70822

Color #D70822 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D70822

Tints of Fire Engine Red #D70822

Color information

#D70822 (or 0xD70822) is unknown color: approx Fire Engine Red. HEX triplet: D7, 08 and 22. RGB value is (215,8,34). Sum of RGB (Red+Green+Blue) = 215+8+34=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D70822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70822 is #28F7DD. Grayscale: #484848. Windows color (decimal): -2684894 or 2230487. OLE color: 2230487.

HSL color Cylindrical-coordinate representation of color #D70822: hue angle of 352.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70822 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB215834-
CMYK00.960.840.16
HSL352.46º92.83%43.73%-
HSV(B)352.46º96.28%84.31%-
XYZ28.414.742.86-
YUV72.86106.08229.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 83.66%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=83.66%
G=3.11%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21583400.960.840.16352.4692.8343.73
HexD782206054101605d2c
Octal327104201401242054013554
Binary110101111000100010011000001010100100001011000001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70822; }

 p { color: rgb(215,8,34); }

 H1.HeaderClassName
 {
   color: #D70822;
 }
 .AnyTagClassName
 {
   color: #D70822;
 }
</style>
background-color css

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

 a { background-color: rgb(215,8,34); }

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

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

 span { border-color: rgb(215,8,34); }

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