#dd5121

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

Shades of Chilean Fire #DD5121

Tints of Chilean Fire #DD5121

Color information

#DD5121 (or 0xDD5121) is unknown color: approx Chilean Fire. HEX triplet: DD, 51 and 21. RGB value is (221,81,33). Sum of RGB (Red+Green+Blue) = 221+81+33=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5121 is #22AEDE. Grayscale: #757575. Windows color (decimal): -2272991 or 2183645. OLE color: 2183645.

HSL color Cylindrical-coordinate representation of color #DD5121: hue angle of 15.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD5121 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB2218133-
CMYK00.630.850.13
HSL15.32º74.02%49.8%-
HSV(B)15.32º85.07%86.67%-
XYZ33.0421.373.82-
YUV117.3980.38201.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65.97%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=65.97%
G=24.18%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221813300.630.850.1315.3274.0249.8
HexDD512103F55Df4a32
Octal33512141077125151711262
Binary11011101101000110000101111111010101110111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5121; }

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

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

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

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

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

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

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

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