#D1122A

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

Shades of Fire Engine Red #D1122A

Tints of Fire Engine Red #D1122A

Color information

#D1122A (or 0xD1122A) is unknown color: approx Fire Engine Red. HEX triplet: D1, 12 and 2A. RGB value is (209,18,42). Sum of RGB (Red+Green+Blue) = 209+18+42=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D1122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1122A is #2EEDD5. Grayscale: #4D4D4D. Windows color (decimal): -3075542 or 2757329. OLE color: 2757329.

HSL color Cylindrical-coordinate representation of color #D1122A: hue angle of 352.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1122A is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2091842-
CMYK00.910.800.18
HSL352.46º84.14%44.51%-
HSV(B)352.46º91.39%81.96%-
XYZ26.9314.163.5-
YUV77.84107.78221.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.70%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=77.70%
G=6.69%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209184200.910.800.18352.4684.1444.51
HexD1122A05B5012160542d
Octal321225201331202254012455
Binary1101000110010101010010110111010000100101011000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1122A; }

 p { color: rgb(209,18,42); }

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

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

 a { background-color: rgb(209,18,42); }

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

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

 span { border-color: rgb(209,18,42); }

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