#D70A22

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

Shades of Fire Engine Red #D70A22

Tints of Fire Engine Red #D70A22

Color information

#D70A22 (or 0xD70A22) is unknown color: approx Fire Engine Red. HEX triplet: D7, 0A and 22. RGB value is (215,10,34). Sum of RGB (Red+Green+Blue) = 215+10+34=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A22 is #28F5DD. Grayscale: #4A4A4A. Windows color (decimal): -2684382 or 2230999. OLE color: 2230999.

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

Color convert

RGB2151034-
CMYK00.950.840.16
HSL352.98º91.11%44.12%-
HSV(B)352.98º95.35%84.31%-
XYZ28.4214.782.87-
YUV74.03105.42228.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 83.01%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=83.01%
G=3.86%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215103400.950.840.16352.9891.1144.12
HexD7A2205F54101615b2c
Octal327124201371242054113354
Binary110101111010100010010111111010100100001011000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70A22; }

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

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

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

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

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

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

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

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