Html Css Color HEX #DD5728 Chilean Fire

📋 copy color: '#DD5728'

red 221 ◦ green 87 ◦ blue 40

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

Shades of Chilean Fire #DD5728

Tints of Chilean Fire #DD5728

RGB

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

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

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

R = 63.51%
G = 25%
B = 11.49%

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

#DD5728 (or 0xDD5728) is known color: Chilean Fire. HEX triplet: DD, 57 and 28. RGB value is (221,87,40). Sum of RGB (Red+Green+Blue) = 221+87+40=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5728 is #22A8D7. Grayscale: #7A7A7A. Windows color (decimal): -2271448 or 2643933. OLE color: 2643933.

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

Color convert

RGB 221 87 40 -
CMYK 0 0.61 0.82 0.13
HSL 15.58º 0.73% 0.51% -
HSV(B) 15.58º 0.82% 0.87% -
XYZ 33.61 22.34 4.55 -
YUV 121.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 221 87 40 0 0.61 0.82 0.13 15.58 0.73 0.51
Hex DD 57 28 0 3D 52 D 10 49 33
Octal 335 127 50 0 75 122 15 20 111 63
Binary 11011101 1010111 101000 0 111101 1010010 1101 10000 1001001 110011

Color Harmonies of #DD5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5728

Black with #DD5728

Text Example


Text Example

White with #DD5728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5728; }

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

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

background-color css

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

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

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

border-color css

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

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

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