Html Css Color HEX #DD5424 Chilean Fire

📋 copy color: '#DD5424'

red 221 ◦ green 84 ◦ blue 36

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

Shades of Chilean Fire #DD5424

Tints of Chilean Fire #DD5424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 64.81%
G = 24.63%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5424 (or 0xDD5424) is known color: Chilean Fire. HEX triplet: DD, 54 and 24. RGB value is (221,84,36). Sum of RGB (Red+Green+Blue) = 221+84+36=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5424 is #22ABDB. Grayscale: #777777. Windows color (decimal): -2272220 or 2381021. OLE color: 2381021.

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

Color convert

RGB 221 84 36 -
CMYK 0 0.62 0.84 0.13
HSL 15.57º 0.73% 0.5% -
HSV(B) 15.57º 0.84% 0.87% -
XYZ 33.31 21.84 4.13 -
YUV 119.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 221 84 36 0 0.62 0.84 0.13 15.57 0.73 0.5
Hex DD 54 24 0 3E 54 D 10 49 32
Octal 335 124 44 0 76 124 15 20 111 62
Binary 11011101 1010100 100100 0 111110 1010100 1101 10000 1001001 110010

Color Harmonies of #DD5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5424

Black with #DD5424

Text Example


Text Example

White with #DD5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5424; }

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

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

background-color css

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

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

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

border-color css

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

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

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