Html Css Color HEX #DD5824 Chilean Fire

📋 copy color: '#DD5824'

red 221 ◦ green 88 ◦ blue 36

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

Shades of Chilean Fire #DD5824

Tints of Chilean Fire #DD5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 64.06%
G = 25.51%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5824 (or 0xDD5824) is known color: Chilean Fire. HEX triplet: DD, 58 and 24. RGB value is (221,88,36). Sum of RGB (Red+Green+Blue) = 221+88+36=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5824 is #22A7DB. Grayscale: #7A7A7A. Windows color (decimal): -2271196 or 2382045. OLE color: 2382045.

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

Color convert

RGB 221 88 36 -
CMYK 0 0.60 0.84 0.13
HSL 16.86º 0.73% 0.5% -
HSV(B) 16.86º 0.84% 0.87% -
XYZ 33.63 22.48 4.24 -
YUV 121.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 221 88 36 0 0.60 0.84 0.13 16.86 0.73 0.5
Hex DD 58 24 0 3C 54 D 11 49 32
Octal 335 130 44 0 74 124 15 21 111 62
Binary 11011101 1011000 100100 0 111100 1010100 1101 10001 1001001 110010

Color Harmonies of #DD5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5824

Black with #DD5824

Text Example


Text Example

White with #DD5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5824; }

 p { color: rgb(221,88,36); }

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

background-color css

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

 a { background-color: rgb(221,88,36); }

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

border-color css

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

 span { border-color: rgb(221,88,36); }

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