Html Css Color HEX #DD5726 Chilean Fire

📋 copy color: '#DD5726'

red 221 ◦ green 87 ◦ blue 38

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

Shades of Chilean Fire #DD5726

Tints of Chilean Fire #DD5726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.14%

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 63.87%
G = 25.14%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5726 (or 0xDD5726) is known color: Chilean Fire. HEX triplet: DD, 57 and 26. RGB value is (221,87,38). Sum of RGB (Red+Green+Blue) = 221+87+38=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5726 is #22A8D9. Grayscale: #797979. Windows color (decimal): -2271450 or 2512861. OLE color: 2512861.

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

Color convert

RGB 221 87 38 -
CMYK 0 0.61 0.83 0.13
HSL 16.07º 0.73% 0.51% -
HSV(B) 16.07º 0.83% 0.87% -
XYZ 33.58 22.33 4.37 -
YUV 121.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 221 87 38 0 0.61 0.83 0.13 16.07 0.73 0.51
Hex DD 57 26 0 3D 53 D 10 49 33
Octal 335 127 46 0 75 123 15 20 111 63
Binary 11011101 1010111 100110 0 111101 1010011 1101 10000 1001001 110011

Color Harmonies of #DD5726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5726

Black with #DD5726

Text Example


Text Example

White with #DD5726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5726; }

 p { color: rgb(221,87,38); }

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

background-color css

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

 a { background-color: rgb(221,87,38); }

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

border-color css

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

 span { border-color: rgb(221,87,38); }

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