Html Css Color HEX #DD5631 Chilean Fire

📋 copy color: '#DD5631'

red 221 ◦ green 86 ◦ blue 49

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

Shades of Chilean Fire #DD5631

Tints of Chilean Fire #DD5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 62.08%
G = 24.16%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5631 (or 0xDD5631) is known color: Chilean Fire. HEX triplet: DD, 56 and 31. RGB value is (221,86,49). Sum of RGB (Red+Green+Blue) = 221+86+49=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5631 is #22A9CE. Grayscale: #7A7A7A. Windows color (decimal): -2271695 or 3233501. OLE color: 3233501.

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

Color convert

RGB 221 86 49 -
CMYK 0 0.61 0.78 0.13
HSL 12.91º 0.72% 0.53% -
HSV(B) 12.91º 0.78% 0.87% -
XYZ 33.7 22.25 5.42 -
YUV 122.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 221 86 49 0 0.61 0.78 0.13 12.91 0.72 0.53
Hex DD 56 31 0 3D 4E D D 48 35
Octal 335 126 61 0 75 116 15 15 110 65
Binary 11011101 1010110 110001 0 111101 1001110 1101 1101 1001000 110101

Color Harmonies of #DD5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5631

Black with #DD5631

Text Example


Text Example

White with #DD5631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5631; }

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

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

background-color css

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

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

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

border-color css

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

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

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