#DD0C24

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

Shades of Fire Engine Red #DD0C24

Tints of Fire Engine Red #DD0C24

Color information

#DD0C24 (or 0xDD0C24) is unknown color: approx Fire Engine Red. HEX triplet: DD, 0C and 24. RGB value is (221,12,36). Sum of RGB (Red+Green+Blue) = 221+12+36=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C24 is #22F3DB. Grayscale: #4D4D4D. Windows color (decimal): -2290652 or 2362589. OLE color: 2362589.

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

Color convert

RGB2211236-
CMYK00.950.840.13
HSL353.11º89.7%45.69%-
HSV(B)353.11º94.57%86.67%-
XYZ30.2715.763.12-
YUV77.23104.74230.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.16%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=82.16%
G=4.46%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221123600.950.840.13353.1189.745.69
HexDDC2405F54D1615a2e
Octal335144401371241554113256
Binary11011101110010010001011111101010011011011000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0C24; }

 p { color: rgb(221,12,36); }

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

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

 a { background-color: rgb(221,12,36); }

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

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

 span { border-color: rgb(221,12,36); }

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