#d1152b

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

Shades of Fire Engine Red #D1152B

Tints of Fire Engine Red #D1152B

Color information

#D1152B (or 0xD1152B) is unknown color: approx Fire Engine Red. HEX triplet: D1, 15 and 2B. RGB value is (209,21,43). Sum of RGB (Red+Green+Blue) = 209+21+43=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1152B is #2EEAD4. Grayscale: #4F4F4F. Windows color (decimal): -3074773 or 2823633. OLE color: 2823633.

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

Color convert

RGB2092143-
CMYK00.900.790.18
HSL352.98º81.74%45.1%-
HSV(B)352.98º89.95%81.96%-
XYZ2714.273.62-
YUV79.72107.28220.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76.56%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=76.56%
G=7.69%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209214300.900.790.18352.9881.7445.1
HexD1152B05A4F12161522d
Octal321255301321172254112255
Binary1101000110101101011010110101001111100101011000011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1152b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1152b; }

 p { color: rgb(209,21,43); }

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

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

 a { background-color: rgb(209,21,43); }

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

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

 span { border-color: rgb(209,21,43); }

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