Html Css Color HEX #DD5539 Chilean Fire

📋 copy color: '#DD5539'

red 221 ◦ green 85 ◦ blue 57

#DD5539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #DD5539

Tints of Chilean Fire #DD5539

RGB

 RED value IS 221 (86.72% from 255) = 60.88%

 GREEN value IS 85 (33.59% from 255) = 23.42%

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 60.88%
G = 23.42%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD5539 (or 0xDD5539) is known color: Chilean Fire. HEX triplet: DD, 55 and 39. RGB value is (221,85,57). Sum of RGB (Red+Green+Blue) = 221+85+57=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5539 is #22AAC6. Grayscale: #7A7A7A. Windows color (decimal): -2271943 or 3757533. OLE color: 3757533.

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

Color convert

RGB 221 85 57 -
CMYK 0 0.62 0.74 0.13
HSL 10.24º 0.71% 0.55% -
HSV(B) 10.24º 0.74% 0.87% -
XYZ 33.81 22.16 6.37 -
YUV 122.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 221 85 57 0 0.62 0.74 0.13 10.24 0.71 0.55
Hex DD 55 39 0 3E 4A D A 47 37
Octal 335 125 71 0 76 112 15 12 107 67
Binary 11011101 1010101 111001 0 111110 1001010 1101 1010 1000111 110111

Color Harmonies of #DD5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5539

Black with #DD5539

Text Example


Text Example

White with #DD5539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5539; }

 p { color: rgb(221,85,57); }

 H1.HeaderClassName
 {
   color: #DD5539;
 }
 .AnyTagClassName
 {
   color: #DD5539;
 }
</style>

background-color css

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

 a { background-color: rgb(221,85,57); }

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

border-color css

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

 span { border-color: rgb(221,85,57); }

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