Html Css Color HEX #DD5537 Chilean Fire

📋 copy color: '#DD5537'

red 221 ◦ green 85 ◦ blue 55

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

Shades of Chilean Fire #DD5537

Tints of Chilean Fire #DD5537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 61.22%
G = 23.55%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD5537 (or 0xDD5537) is known color: Chilean Fire. HEX triplet: DD, 55 and 37. RGB value is (221,85,55). Sum of RGB (Red+Green+Blue) = 221+85+55=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5537 is #22AAC8. Grayscale: #7A7A7A. Windows color (decimal): -2271945 or 3626461. OLE color: 3626461.

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

Color convert

RGB 221 85 55 -
CMYK 0 0.62 0.75 0.13
HSL 10.84º 0.71% 0.54% -
HSV(B) 10.84º 0.75% 0.87% -
XYZ 33.76 22.14 6.11 -
YUV 122.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 221 85 55 0 0.62 0.75 0.13 10.84 0.71 0.54
Hex DD 55 37 0 3E 4B D B 47 36
Octal 335 125 67 0 76 113 15 13 107 66
Binary 11011101 1010101 110111 0 111110 1001011 1101 1011 1000111 110110

Color Harmonies of #DD5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5537

Black with #DD5537

Text Example


Text Example

White with #DD5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5537; }

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

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

background-color css

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

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

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

border-color css

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

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

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