Html Css Color HEX #DD5321 Chilean Fire

📋 copy color: '#DD5321'

red 221 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #DD5321

Tints of Chilean Fire #DD5321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 65.58%
G = 24.63%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD5321 (or 0xDD5321) is known color: Chilean Fire. HEX triplet: DD, 53 and 21. RGB value is (221,83,33). Sum of RGB (Red+Green+Blue) = 221+83+33=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5321 is #22ACDE. Grayscale: #767676. Windows color (decimal): -2272479 or 2184157. OLE color: 2184157.

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

Color convert

RGB 221 83 33 -
CMYK 0 0.62 0.85 0.13
HSL 15.96º 0.74% 0.5% -
HSV(B) 15.96º 0.85% 0.87% -
XYZ 33.19 21.67 3.87 -
YUV 118.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 221 83 33 0 0.62 0.85 0.13 15.96 0.74 0.5
Hex DD 53 21 0 3E 55 D 10 4A 32
Octal 335 123 41 0 76 125 15 20 112 62
Binary 11011101 1010011 100001 0 111110 1010101 1101 10000 1001010 110010

Color Harmonies of #DD5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5321

Black with #DD5321

Text Example


Text Example

White with #DD5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5321; }

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

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

background-color css

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

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

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

border-color css

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

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

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