Html Css Color HEX #DD5437 Chilean Fire

📋 copy color: '#DD5437'

red 221 ◦ green 84 ◦ blue 55

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

Shades of Chilean Fire #DD5437

Tints of Chilean Fire #DD5437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

 BLUE value IS 55 (21.88% from 255) = 15.28%

R = 61.39%
G = 23.33%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD5437 (or 0xDD5437) is known color: Chilean Fire. HEX triplet: DD, 54 and 37. RGB value is (221,84,55). Sum of RGB (Red+Green+Blue) = 221+84+55=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5437 is #22ABC8. Grayscale: #797979. Windows color (decimal): -2272201 or 3626205. OLE color: 3626205.

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

Color convert

RGB 221 84 55 -
CMYK 0 0.62 0.75 0.13
HSL 10.48º 0.71% 0.54% -
HSV(B) 10.48º 0.75% 0.87% -
XYZ 33.68 21.99 6.08 -
YUV 121.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 221 84 55 0 0.62 0.75 0.13 10.48 0.71 0.54
Hex DD 54 37 0 3E 4B D A 47 36
Octal 335 124 67 0 76 113 15 12 107 66
Binary 11011101 1010100 110111 0 111110 1001011 1101 1010 1000111 110110

Color Harmonies of #DD5437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5437

Black with #DD5437

Text Example


Text Example

White with #DD5437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5437; }

 p { color: rgb(221,84,55); }

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

background-color css

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

 a { background-color: rgb(221,84,55); }

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

border-color css

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

 span { border-color: rgb(221,84,55); }

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