Html Css Color HEX #DD5621 Chilean Fire

📋 copy color: '#DD5621'

red 221 ◦ green 86 ◦ blue 33

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

Shades of Chilean Fire #DD5621

Tints of Chilean Fire #DD5621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

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

R = 65%
G = 25.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD5621 (or 0xDD5621) is known color: Chilean Fire. HEX triplet: DD, 56 and 21. RGB value is (221,86,33). Sum of RGB (Red+Green+Blue) = 221+86+33=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5621 is #22A9DE. Grayscale: #787878. Windows color (decimal): -2271711 or 2184925. OLE color: 2184925.

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

Color convert

RGB 221 86 33 -
CMYK 0 0.61 0.85 0.13
HSL 16.91º 0.74% 0.5% -
HSV(B) 16.91º 0.85% 0.87% -
XYZ 33.42 22.14 3.95 -
YUV 120.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 221 86 33 0 0.61 0.85 0.13 16.91 0.74 0.5
Hex DD 56 21 0 3D 55 D 11 4A 32
Octal 335 126 41 0 75 125 15 21 112 62
Binary 11011101 1010110 100001 0 111101 1010101 1101 10001 1001010 110010

Color Harmonies of #DD5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5621

Black with #DD5621

Text Example


Text Example

White with #DD5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5621; }

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

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

background-color css

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

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

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

border-color css

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

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

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