Html Css Color HEX #DD5639 Chilean Fire

📋 copy color: '#DD5639'

red 221 ◦ green 86 ◦ blue 57

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

Shades of Chilean Fire #DD5639

Tints of Chilean Fire #DD5639

RGB

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

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

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

R = 60.71%
G = 23.63%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD5639 (or 0xDD5639) is known color: Chilean Fire. HEX triplet: DD, 56 and 39. RGB value is (221,86,57). Sum of RGB (Red+Green+Blue) = 221+86+57=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5639 is #22A9C6. Grayscale: #7B7B7B. Windows color (decimal): -2271687 or 3757789. OLE color: 3757789.

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

Color convert

RGB 221 86 57 -
CMYK 0 0.61 0.74 0.13
HSL 10.61º 0.71% 0.55% -
HSV(B) 10.61º 0.74% 0.87% -
XYZ 33.89 22.32 6.39 -
YUV 123.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 221 86 57 0 0.61 0.74 0.13 10.61 0.71 0.55
Hex DD 56 39 0 3D 4A D B 47 37
Octal 335 126 71 0 75 112 15 13 107 67
Binary 11011101 1010110 111001 0 111101 1001010 1101 1011 1000111 110111

Color Harmonies of #DD5639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5639

Black with #DD5639

Text Example


Text Example

White with #DD5639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5639; }

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

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

background-color css

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

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

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

border-color css

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

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

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