#D11C2A

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

Shades of Fire Engine Red #D11C2A

Tints of Fire Engine Red #D11C2A

Color information

#D11C2A (or 0xD11C2A) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1C and 2A. RGB value is (209,28,42). Sum of RGB (Red+Green+Blue) = 209+28+42=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C2A is #2EE3D5. Grayscale: #535353. Windows color (decimal): -3072982 or 2759889. OLE color: 2759889.

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

Color convert

RGB2092842-
CMYK00.870.800.18
HSL355.36º76.37%46.47%-
HSV(B)355.36º86.6%81.96%-
XYZ27.1314.553.57-
YUV83.71104.47217.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.91%
GREEN value IS 28 (11.33% from 255) = 10.04%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=74.91%
G=10.04%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209284200.870.800.18355.3676.3746.47
HexD11C2A05750121634c2e
Octal321345201271202254311456
Binary1101000111100101010010101111010000100101011000111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C2A; }

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

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

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

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

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

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

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

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