#D11C23

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

Shades of Fire Engine Red #D11C23

Tints of Fire Engine Red #D11C23

Color information

#D11C23 (or 0xD11C23) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1C and 23. RGB value is (209,28,35). Sum of RGB (Red+Green+Blue) = 209+28+35=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C23 is #2EE3DC. Grayscale: #535353. Windows color (decimal): -3072989 or 2301137. OLE color: 2301137.

HSL color Cylindrical-coordinate representation of color #D11C23: hue angle of 357.68º 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 #D11C23 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB2092835-
CMYK00.870.830.18
HSL357.68º76.37%46.47%-
HSV(B)357.68º86.6%81.96%-
XYZ27.0114.512.97-
YUV82.92100.97217.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76.84%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 35 (14.06% from 255) = 12.87%
R=76.84%
G=10.29%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209283500.870.830.18357.6876.3746.47
HexD11C2305753121664c2e
Octal321344301271232254611456
Binary1101000111100100011010101111010011100101011001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C23; }

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

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

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

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

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

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

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

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