#dd0c21

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

Shades of Fire Engine Red #DD0C21

Tints of Fire Engine Red #DD0C21

Color information

#DD0C21 (or 0xDD0C21) is unknown color: approx Fire Engine Red. HEX triplet: DD, 0C and 21. RGB value is (221,12,33). Sum of RGB (Red+Green+Blue) = 221+12+33=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C21 is #22F3DE. Grayscale: #4D4D4D. Windows color (decimal): -2290655 or 2165981. OLE color: 2165981.

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

Color convert

RGB2211233-
CMYK00.950.850.13
HSL353.97º89.7%45.69%-
HSV(B)353.97º94.57%86.67%-
XYZ30.2215.742.88-
YUV76.88103.24230.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 83.08%
GREEN value IS 12 (5.08% from 255) = 4.51%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=83.08%
G=4.51%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221123300.950.850.13353.9789.745.69
HexDDC2105F55D1625a2e
Octal335144101371251554213256
Binary11011101110010000101011111101010111011011000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0c21; }

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

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

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

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

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

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

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

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