Html Css Color HEX #DD5638 Chilean Fire

📋 copy color: '#DD5638'

red 221 ◦ green 86 ◦ blue 56

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

Shades of Chilean Fire #DD5638

Tints of Chilean Fire #DD5638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 60.88%
G = 23.69%
B = 15.43%

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

#DD5638 (or 0xDD5638) is known color: Chilean Fire. HEX triplet: DD, 56 and 38. RGB value is (221,86,56). Sum of RGB (Red+Green+Blue) = 221+86+56=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5638 is #22A9C7. Grayscale: #7B7B7B. Windows color (decimal): -2271688 or 3692253. OLE color: 3692253.

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

Color convert

RGB 221 86 56 -
CMYK 0 0.61 0.75 0.13
HSL 10.91º 0.71% 0.54% -
HSV(B) 10.91º 0.75% 0.87% -
XYZ 33.86 22.31 6.26 -
YUV 122.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 221 86 56 0 0.61 0.75 0.13 10.91 0.71 0.54
Hex DD 56 38 0 3D 4B D B 47 36
Octal 335 126 70 0 75 113 15 13 107 66
Binary 11011101 1010110 111000 0 111101 1001011 1101 1011 1000111 110110

Color Harmonies of #DD5638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5638

Black with #DD5638

Text Example


Text Example

White with #DD5638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5638; }

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

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

background-color css

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

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

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

border-color css

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

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

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