Html Css Color HEX #DD5420 Chilean Fire

📋 copy color: '#DD5420'

red 221 ◦ green 84 ◦ blue 32

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

Shades of Chilean Fire #DD5420

Tints of Chilean Fire #DD5420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 65.58%
G = 24.93%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD5420 (or 0xDD5420) is known color: Chilean Fire. HEX triplet: DD, 54 and 20. RGB value is (221,84,32). Sum of RGB (Red+Green+Blue) = 221+84+32=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5420 is #22ABDF. Grayscale: #777777. Windows color (decimal): -2272224 or 2118877. OLE color: 2118877.

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

Color convert

RGB 221 84 32 -
CMYK 0 0.62 0.86 0.13
HSL 16.51º 0.75% 0.5% -
HSV(B) 16.51º 0.86% 0.87% -
XYZ 33.25 21.82 3.83 -
YUV 119.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 221 84 32 0 0.62 0.86 0.13 16.51 0.75 0.5
Hex DD 54 20 0 3E 56 D 11 4B 32
Octal 335 124 40 0 76 126 15 21 113 62
Binary 11011101 1010100 100000 0 111110 1010110 1101 10001 1001011 110010

Color Harmonies of #DD5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5420

Black with #DD5420

Text Example


Text Example

White with #DD5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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