#dd0f26

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

Shades of Fire Engine Red #DD0F26

Tints of Fire Engine Red #DD0F26

Color information

#DD0F26 (or 0xDD0F26) is unknown color: approx Fire Engine Red. HEX triplet: DD, 0F and 26. RGB value is (221,15,38). Sum of RGB (Red+Green+Blue) = 221+15+38=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F26 is #22F0D9. Grayscale: #4F4F4F. Windows color (decimal): -2289882 or 2494429. OLE color: 2494429.

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

Color convert

RGB2211538-
CMYK00.930.830.13
HSL353.3º87.29%46.27%-
HSV(B)353.3º93.21%86.67%-
XYZ30.3415.853.29-
YUV79.22104.75229.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.66%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=80.66%
G=5.47%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221153800.930.830.13353.387.2946.27
HexDDF2605D53D161572e
Octal335174601351231554112756
Binary11011101111110011001011101101001111011011000011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0f26; }

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

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

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

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

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

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

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

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