Html Css Color HEX #DD5432 Chilean Fire

📋 copy color: '#DD5432'

red 221 ◦ green 84 ◦ blue 50

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

Shades of Chilean Fire #DD5432

Tints of Chilean Fire #DD5432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 62.25%
G = 23.66%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5432 (or 0xDD5432) is known color: Chilean Fire. HEX triplet: DD, 54 and 32. RGB value is (221,84,50). Sum of RGB (Red+Green+Blue) = 221+84+50=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5432 is #22ABCD. Grayscale: #797979. Windows color (decimal): -2272206 or 3298525. OLE color: 3298525.

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

Color convert

RGB 221 84 50 -
CMYK 0 0.62 0.77 0.13
HSL 11.93º 0.72% 0.53% -
HSV(B) 11.93º 0.77% 0.87% -
XYZ 33.56 21.94 5.48 -
YUV 121.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 221 84 50 0 0.62 0.77 0.13 11.93 0.72 0.53
Hex DD 54 32 0 3E 4D D C 48 35
Octal 335 124 62 0 76 115 15 14 110 65
Binary 11011101 1010100 110010 0 111110 1001101 1101 1100 1001000 110101

Color Harmonies of #DD5432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5432

Black with #DD5432

Text Example


Text Example

White with #DD5432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5432; }

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

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

background-color css

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

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

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

border-color css

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

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

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