Html Css Color HEX #DD5E31 Chilean Fire

📋 copy color: '#DD5E31'

red 221 ◦ green 94 ◦ blue 49

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

Shades of Chilean Fire #DD5E31

Tints of Chilean Fire #DD5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

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

R = 60.71%
G = 25.82%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5E31 (or 0xDD5E31) is known color: Chilean Fire. HEX triplet: DD, 5E and 31. RGB value is (221,94,49). Sum of RGB (Red+Green+Blue) = 221+94+49=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E31 is #22A1CE. Grayscale: #7F7F7F. Windows color (decimal): -2269647 or 3235549. OLE color: 3235549.

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

Color convert

RGB 221 94 49 -
CMYK 0 0.57 0.78 0.13
HSL 15.7º 0.72% 0.53% -
HSV(B) 15.7º 0.78% 0.87% -
XYZ 34.38 23.6 5.65 -
YUV 126.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 221 94 49 0 0.57 0.78 0.13 15.7 0.72 0.53
Hex DD 5E 31 0 39 4E D 10 48 35
Octal 335 136 61 0 71 116 15 20 110 65
Binary 11011101 1011110 110001 0 111001 1001110 1101 10000 1001000 110101

Color Harmonies of #DD5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E31

Black with #DD5E31

Text Example


Text Example

White with #DD5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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