Html Css Color HEX #DD5737 Chilean Fire

📋 copy color: '#DD5737'

red 221 ◦ green 87 ◦ blue 55

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

Shades of Chilean Fire #DD5737

Tints of Chilean Fire #DD5737

RGB

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

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

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

R = 60.88%
G = 23.97%
B = 15.15%

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

#DD5737 (or 0xDD5737) is known color: Chilean Fire. HEX triplet: DD, 57 and 37. RGB value is (221,87,55). Sum of RGB (Red+Green+Blue) = 221+87+55=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5737 is #22A8C8. Grayscale: #7B7B7B. Windows color (decimal): -2271433 or 3626973. OLE color: 3626973.

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

Color convert

RGB 221 87 55 -
CMYK 0 0.61 0.75 0.13
HSL 11.57º 0.71% 0.54% -
HSV(B) 11.57º 0.75% 0.87% -
XYZ 33.92 22.46 6.16 -
YUV 123.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 221 87 55 0 0.61 0.75 0.13 11.57 0.71 0.54
Hex DD 57 37 0 3D 4B D C 47 36
Octal 335 127 67 0 75 113 15 14 107 66
Binary 11011101 1010111 110111 0 111101 1001011 1101 1100 1000111 110110

Color Harmonies of #DD5737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5737

Black with #DD5737

Text Example


Text Example

White with #DD5737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5737; }

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

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

background-color css

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

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

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

border-color css

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

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

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