Html Css Color HEX #DD5A31 Chilean Fire

📋 copy color: '#DD5A31'

red 221 ◦ green 90 ◦ blue 49

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

Shades of Chilean Fire #DD5A31

Tints of Chilean Fire #DD5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 61.39%
G = 25%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5A31 (or 0xDD5A31) is known color: Chilean Fire. HEX triplet: DD, 5A and 31. RGB value is (221,90,49). Sum of RGB (Red+Green+Blue) = 221+90+49=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A31 is #22A5CE. Grayscale: #7C7C7C. Windows color (decimal): -2270671 or 3234525. OLE color: 3234525.

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

Color convert

RGB 221 90 49 -
CMYK 0 0.59 0.78 0.13
HSL 14.3º 0.72% 0.53% -
HSV(B) 14.3º 0.78% 0.87% -
XYZ 34.03 22.91 5.53 -
YUV 124.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 221 90 49 0 0.59 0.78 0.13 14.3 0.72 0.53
Hex DD 5A 31 0 3B 4E D E 48 35
Octal 335 132 61 0 73 116 15 16 110 65
Binary 11011101 1011010 110001 0 111011 1001110 1101 1110 1001000 110101

Color Harmonies of #DD5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A31

Black with #DD5A31

Text Example


Text Example

White with #DD5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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