Html Css Color HEX #DD5628 Chilean Fire

📋 copy color: '#DD5628'

red 221 ◦ green 86 ◦ blue 40

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

Shades of Chilean Fire #DD5628

Tints of Chilean Fire #DD5628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 63.69%
G = 24.78%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD5628 (or 0xDD5628) is known color: Chilean Fire. HEX triplet: DD, 56 and 28. RGB value is (221,86,40). Sum of RGB (Red+Green+Blue) = 221+86+40=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5628 is #22A9D7. Grayscale: #797979. Windows color (decimal): -2271704 or 2643677. OLE color: 2643677.

HSL color Cylindrical-coordinate representation of color #DD5628: hue angle of 15.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD5628 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 40 -
CMYK 0 0.61 0.82 0.13
HSL 15.25º 0.73% 0.51% -
HSV(B) 15.25º 0.82% 0.87% -
XYZ 33.53 22.18 4.52 -
YUV 121.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 221 86 40 0 0.61 0.82 0.13 15.25 0.73 0.51
Hex DD 56 28 0 3D 52 D F 49 33
Octal 335 126 50 0 75 122 15 17 111 63
Binary 11011101 1010110 101000 0 111101 1010010 1101 1111 1001001 110011

Color Harmonies of #DD5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5628

Black with #DD5628

Text Example


Text Example

White with #DD5628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5628; }

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

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

background-color css

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

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

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

border-color css

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

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

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