Html Css Color HEX #DD5224 Chilean Fire

📋 copy color: '#DD5224'

red 221 ◦ green 82 ◦ blue 36

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

Shades of Chilean Fire #DD5224

Tints of Chilean Fire #DD5224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 65.19%
G = 24.19%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5224 (or 0xDD5224) is known color: Chilean Fire. HEX triplet: DD, 52 and 24. RGB value is (221,82,36). Sum of RGB (Red+Green+Blue) = 221+82+36=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5224 is #22ADDB. Grayscale: #767676. Windows color (decimal): -2272732 or 2380509. OLE color: 2380509.

HSL color Cylindrical-coordinate representation of color #DD5224: hue angle of 14.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5224 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 36 -
CMYK 0 0.63 0.84 0.13
HSL 14.92º 0.73% 0.5% -
HSV(B) 14.92º 0.84% 0.87% -
XYZ 33.15 21.53 4.08 -
YUV 118.32 81.55 201.24 -
System Red Green Blue C M Y K H S L
Decimal 221 82 36 0 0.63 0.84 0.13 14.92 0.73 0.5
Hex DD 52 24 0 3F 54 D F 49 32
Octal 335 122 44 0 77 124 15 17 111 62
Binary 11011101 1010010 100100 0 111111 1010100 1101 1111 1001001 110010

Color Harmonies of #DD5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5224

Black with #DD5224

Text Example


Text Example

White with #DD5224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5224; }

 p { color: rgb(221,82,36); }

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

background-color css

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

 a { background-color: rgb(221,82,36); }

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

border-color css

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

 span { border-color: rgb(221,82,36); }

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