#d11829

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

Shades of Fire Engine Red #D11829

Tints of Fire Engine Red #D11829

Color information

#D11829 (or 0xD11829) is unknown color: approx Fire Engine Red. HEX triplet: D1, 18 and 29. RGB value is (209,24,41). Sum of RGB (Red+Green+Blue) = 209+24+41=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D11829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11829 is #2EE7D6. Grayscale: #515151. Windows color (decimal): -3074007 or 2693329. OLE color: 2693329.

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

Color convert

RGB2092441-
CMYK00.890.800.18
HSL354.49º79.4%45.69%-
HSV(B)354.49º88.52%81.96%-
XYZ27.0214.373.45-
YUV81.25105.29219.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76.28%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=76.28%
G=8.76%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209244100.890.800.18354.4979.445.69
HexD1182905950121624f2e
Octal321305101311202254211756
Binary1101000111000101001010110011010000100101011000101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11829; }

 p { color: rgb(209,24,41); }

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

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

 a { background-color: rgb(209,24,41); }

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

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

 span { border-color: rgb(209,24,41); }

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