Html Css Color HEX #DD5D31 Chilean Fire

📋 copy color: '#DD5D31'

red 221 ◦ green 93 ◦ blue 49

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

Shades of Chilean Fire #DD5D31

Tints of Chilean Fire #DD5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 60.88%
G = 25.62%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5D31 (or 0xDD5D31) is known color: Chilean Fire. HEX triplet: DD, 5D and 31. RGB value is (221,93,49). Sum of RGB (Red+Green+Blue) = 221+93+49=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D31 is #22A2CE. Grayscale: #7E7E7E. Windows color (decimal): -2269903 or 3235293. OLE color: 3235293.

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

Color convert

RGB 221 93 49 -
CMYK 0 0.58 0.78 0.13
HSL 15.35º 0.72% 0.53% -
HSV(B) 15.35º 0.78% 0.87% -
XYZ 34.29 23.42 5.62 -
YUV 126.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 221 93 49 0 0.58 0.78 0.13 15.35 0.72 0.53
Hex DD 5D 31 0 3A 4E D F 48 35
Octal 335 135 61 0 72 116 15 17 110 65
Binary 11011101 1011101 110001 0 111010 1001110 1101 1111 1001000 110101

Color Harmonies of #DD5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D31

Black with #DD5D31

Text Example


Text Example

White with #DD5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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