Html Css Color HEX #DD5324 Chilean Fire

📋 copy color: '#DD5324'

red 221 ◦ green 83 ◦ blue 36

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

Shades of Chilean Fire #DD5324

Tints of Chilean Fire #DD5324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 65%
G = 24.41%
B = 10.59%

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

#DD5324 (or 0xDD5324) is known color: Chilean Fire. HEX triplet: DD, 53 and 24. RGB value is (221,83,36). Sum of RGB (Red+Green+Blue) = 221+83+36=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5324 is #22ACDB. Grayscale: #777777. Windows color (decimal): -2272476 or 2380765. OLE color: 2380765.

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

Color convert

RGB 221 83 36 -
CMYK 0 0.62 0.84 0.13
HSL 15.24º 0.73% 0.5% -
HSV(B) 15.24º 0.84% 0.87% -
XYZ 33.23 21.69 4.1 -
YUV 118.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 221 83 36 0 0.62 0.84 0.13 15.24 0.73 0.5
Hex DD 53 24 0 3E 54 D F 49 32
Octal 335 123 44 0 76 124 15 17 111 62
Binary 11011101 1010011 100100 0 111110 1010100 1101 1111 1001001 110010

Color Harmonies of #DD5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5324

Black with #DD5324

Text Example


Text Example

White with #DD5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5324; }

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

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

background-color css

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

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

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

border-color css

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

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

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