Html Css Color HEX #DD5738 Chilean Fire

📋 copy color: '#DD5738'

red 221 ◦ green 87 ◦ blue 56

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

Shades of Chilean Fire #DD5738

Tints of Chilean Fire #DD5738

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.9%

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

R = 60.71%
G = 23.9%
B = 15.38%

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

#DD5738 (or 0xDD5738) is known color: Chilean Fire. HEX triplet: DD, 57 and 38. RGB value is (221,87,56). Sum of RGB (Red+Green+Blue) = 221+87+56=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5738 is #22A8C7. Grayscale: #7B7B7B. Windows color (decimal): -2271432 or 3692509. OLE color: 3692509.

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

Color convert

RGB 221 87 56 -
CMYK 0 0.61 0.75 0.13
HSL 11.27º 0.71% 0.54% -
HSV(B) 11.27º 0.75% 0.87% -
XYZ 33.94 22.47 6.29 -
YUV 123.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 221 87 56 0 0.61 0.75 0.13 11.27 0.71 0.54
Hex DD 57 38 0 3D 4B D B 47 36
Octal 335 127 70 0 75 113 15 13 107 66
Binary 11011101 1010111 111000 0 111101 1001011 1101 1011 1000111 110110

Color Harmonies of #DD5738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5738

Black with #DD5738

Text Example


Text Example

White with #DD5738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5738; }

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

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

background-color css

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

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

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

border-color css

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

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

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