#DD0C1E

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

Shades of Fire Engine Red #DD0C1E

Tints of Fire Engine Red #DD0C1E

Color information

#DD0C1E (or 0xDD0C1E) is unknown color: approx Fire Engine Red. HEX triplet: DD, 0C and 1E. RGB value is (221,12,30). Sum of RGB (Red+Green+Blue) = 221+12+30=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C1E is #22F3E1. Grayscale: #4C4C4C. Windows color (decimal): -2290658 or 1969373. OLE color: 1969373.

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

Color convert

RGB2211230-
CMYK00.950.860.13
HSL354.83º89.7%45.69%-
HSV(B)354.83º94.57%86.67%-
XYZ30.1815.732.67-
YUV76.54101.74231.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 84.03%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=84.03%
G=4.56%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221123000.950.860.13354.8389.745.69
HexDDC1E05F56D1635a2e
Octal335143601371261554313256
Binary1101110111001111001011111101011011011011000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0C1E; }

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

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

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

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

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

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

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

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