#DD0F29

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

Shades of Fire Engine Red #DD0F29

Tints of Fire Engine Red #DD0F29

Color information

#DD0F29 (or 0xDD0F29) is unknown color: approx Fire Engine Red. HEX triplet: DD, 0F and 29. RGB value is (221,15,41). Sum of RGB (Red+Green+Blue) = 221+15+41=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F29 is #22F0D6. Grayscale: #4F4F4F. Windows color (decimal): -2289879 or 2691037. OLE color: 2691037.

HSL color Cylindrical-coordinate representation of color #DD0F29: hue angle of 352.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F29 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB2211541-
CMYK00.930.810.13
HSL352.43º87.29%46.27%-
HSV(B)352.43º93.21%86.67%-
XYZ30.3915.873.56-
YUV79.56106.25228.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 79.78%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=79.78%
G=5.42%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221154100.930.810.13352.4387.2946.27
HexDDF2905D51D160572e
Octal335175101351211554012756
Binary11011101111110100101011101101000111011011000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0F29; }

 p { color: rgb(221,15,41); }

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

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

 a { background-color: rgb(221,15,41); }

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

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

 span { border-color: rgb(221,15,41); }

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