Html Css Color HEX #DD553B Chilean Fire

📋 copy color: '#DD553B'

red 221 ◦ green 85 ◦ blue 59

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

Shades of Chilean Fire #DD553B

Tints of Chilean Fire #DD553B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 60.55%
G = 23.29%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD553B (or 0xDD553B) is known color: Chilean Fire. HEX triplet: DD, 55 and 3B. RGB value is (221,85,59). Sum of RGB (Red+Green+Blue) = 221+85+59=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD553B is #22AAC4. Grayscale: #7A7A7A. Windows color (decimal): -2271941 or 3888605. OLE color: 3888605.

HSL color Cylindrical-coordinate representation of color #DD553B: hue angle of 9.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD553B is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 59 -
CMYK 0 0.62 0.73 0.13
HSL 9.63º 0.7% 0.55% -
HSV(B) 9.63º 0.73% 0.87% -
XYZ 33.86 22.18 6.64 -
YUV 122.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 221 85 59 0 0.62 0.73 0.13 9.63 0.7 0.55
Hex DD 55 3B 0 3E 49 D A 46 37
Octal 335 125 73 0 76 111 15 12 106 67
Binary 11011101 1010101 111011 0 111110 1001001 1101 1010 1000110 110111

Color Harmonies of #DD553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD553B

Black with #DD553B

Text Example


Text Example

White with #DD553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD553B; }

 p { color: rgb(221,85,59); }

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

background-color css

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

 a { background-color: rgb(221,85,59); }

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

border-color css

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

 span { border-color: rgb(221,85,59); }

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