Html Css Color HEX #DD5932 Chilean Fire

📋 copy color: '#DD5932'

red 221 ◦ green 89 ◦ blue 50

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

Shades of Chilean Fire #DD5932

Tints of Chilean Fire #DD5932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.72%

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

R = 61.39%
G = 24.72%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5932 (or 0xDD5932) is known color: Chilean Fire. HEX triplet: DD, 59 and 32. RGB value is (221,89,50). Sum of RGB (Red+Green+Blue) = 221+89+50=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5932 is #22A6CD. Grayscale: #7C7C7C. Windows color (decimal): -2270926 or 3299805. OLE color: 3299805.

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

Color convert

RGB 221 89 50 -
CMYK 0 0.60 0.77 0.13
HSL 13.68º 0.72% 0.53% -
HSV(B) 13.68º 0.77% 0.87% -
XYZ 33.97 22.75 5.62 -
YUV 124.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 221 89 50 0 0.60 0.77 0.13 13.68 0.72 0.53
Hex DD 59 32 0 3C 4D D E 48 35
Octal 335 131 62 0 74 115 15 16 110 65
Binary 11011101 1011001 110010 0 111100 1001101 1101 1110 1001000 110101

Color Harmonies of #DD5932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5932

Black with #DD5932

Text Example


Text Example

White with #DD5932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5932; }

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

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

background-color css

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

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

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

border-color css

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

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

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