Html Css Color HEX #DD5531 Chilean Fire

📋 copy color: '#DD5531'

red 221 ◦ green 85 ◦ blue 49

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

Shades of Chilean Fire #DD5531

Tints of Chilean Fire #DD5531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 62.25%
G = 23.94%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5531 (or 0xDD5531) is known color: Chilean Fire. HEX triplet: DD, 55 and 31. RGB value is (221,85,49). Sum of RGB (Red+Green+Blue) = 221+85+49=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5531 is #22AACE. Grayscale: #797979. Windows color (decimal): -2271951 or 3233245. OLE color: 3233245.

HSL color Cylindrical-coordinate representation of color #DD5531: hue angle of 12.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD5531 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 49 -
CMYK 0 0.62 0.78 0.13
HSL 12.56º 0.72% 0.53% -
HSV(B) 12.56º 0.78% 0.87% -
XYZ 33.62 22.09 5.4 -
YUV 121.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 221 85 49 0 0.62 0.78 0.13 12.56 0.72 0.53
Hex DD 55 31 0 3E 4E D D 48 35
Octal 335 125 61 0 76 116 15 15 110 65
Binary 11011101 1010101 110001 0 111110 1001110 1101 1101 1001000 110101

Color Harmonies of #DD5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5531

Black with #DD5531

Text Example


Text Example

White with #DD5531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5531; }

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

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

background-color css

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

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

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

border-color css

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

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

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