Html Css Color HEX #DD5727 Chilean Fire

📋 copy color: '#DD5727'

red 221 ◦ green 87 ◦ blue 39

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

Shades of Chilean Fire #DD5727

Tints of Chilean Fire #DD5727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.24%

R = 63.69%
G = 25.07%
B = 11.24%

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

#DD5727 (or 0xDD5727) is known color: Chilean Fire. HEX triplet: DD, 57 and 27. RGB value is (221,87,39). Sum of RGB (Red+Green+Blue) = 221+87+39=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5727 is #22A8D8. Grayscale: #797979. Windows color (decimal): -2271449 or 2578397. OLE color: 2578397.

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

Color convert

RGB 221 87 39 -
CMYK 0 0.61 0.82 0.13
HSL 15.82º 0.73% 0.51% -
HSV(B) 15.82º 0.82% 0.87% -
XYZ 33.59 22.34 4.46 -
YUV 121.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 221 87 39 0 0.61 0.82 0.13 15.82 0.73 0.51
Hex DD 57 27 0 3D 52 D 10 49 33
Octal 335 127 47 0 75 122 15 20 111 63
Binary 11011101 1010111 100111 0 111101 1010010 1101 10000 1001001 110011

Color Harmonies of #DD5727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5727

Black with #DD5727

Text Example


Text Example

White with #DD5727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5727; }

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

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

background-color css

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

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

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

border-color css

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

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

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