Html Css Color HEX #DD5831 Chilean Fire

📋 copy color: '#DD5831'

red 221 ◦ green 88 ◦ blue 49

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

Shades of Chilean Fire #DD5831

Tints of Chilean Fire #DD5831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 61.73%
G = 24.58%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5831 (or 0xDD5831) is known color: Chilean Fire. HEX triplet: DD, 58 and 31. RGB value is (221,88,49). Sum of RGB (Red+Green+Blue) = 221+88+49=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5831 is #22A7CE. Grayscale: #7B7B7B. Windows color (decimal): -2271183 or 3234013. OLE color: 3234013.

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

Color convert

RGB 221 88 49 -
CMYK 0 0.60 0.78 0.13
HSL 13.6º 0.72% 0.53% -
HSV(B) 13.6º 0.78% 0.87% -
XYZ 33.86 22.57 5.48 -
YUV 123.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 221 88 49 0 0.60 0.78 0.13 13.6 0.72 0.53
Hex DD 58 31 0 3C 4E D E 48 35
Octal 335 130 61 0 74 116 15 16 110 65
Binary 11011101 1011000 110001 0 111100 1001110 1101 1110 1001000 110101

Color Harmonies of #DD5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5831

Black with #DD5831

Text Example


Text Example

White with #DD5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5831; }

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

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

background-color css

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

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

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

border-color css

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

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

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