Html Css Color HEX #DD5637 Chilean Fire

📋 copy color: '#DD5637'

red 221 ◦ green 86 ◦ blue 55

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

Shades of Chilean Fire #DD5637

Tints of Chilean Fire #DD5637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

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

R = 61.05%
G = 23.76%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD5637 (or 0xDD5637) is known color: Chilean Fire. HEX triplet: DD, 56 and 37. RGB value is (221,86,55). Sum of RGB (Red+Green+Blue) = 221+86+55=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5637 is #22A9C8. Grayscale: #7B7B7B. Windows color (decimal): -2271689 or 3626717. OLE color: 3626717.

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

Color convert

RGB 221 86 55 -
CMYK 0 0.61 0.75 0.13
HSL 11.2º 0.71% 0.54% -
HSV(B) 11.2º 0.75% 0.87% -
XYZ 33.84 22.3 6.14 -
YUV 122.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 221 86 55 0 0.61 0.75 0.13 11.2 0.71 0.54
Hex DD 56 37 0 3D 4B D B 47 36
Octal 335 126 67 0 75 113 15 13 107 66
Binary 11011101 1010110 110111 0 111101 1001011 1101 1011 1000111 110110

Color Harmonies of #DD5637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5637

Black with #DD5637

Text Example


Text Example

White with #DD5637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5637; }

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

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

background-color css

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

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

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

border-color css

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

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

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