Html Css Color HEX #DD552E Chilean Fire

📋 copy color: '#DD552E'

red 221 ◦ green 85 ◦ blue 46

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

Shades of Chilean Fire #DD552E

Tints of Chilean Fire #DD552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 62.78%
G = 24.15%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD552E (or 0xDD552E) is known color: Chilean Fire. HEX triplet: DD, 55 and 2E. RGB value is (221,85,46). Sum of RGB (Red+Green+Blue) = 221+85+46=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD552E is #22AAD1. Grayscale: #797979. Windows color (decimal): -2271954 or 3036637. OLE color: 3036637.

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

Color convert

RGB 221 85 46 -
CMYK 0 0.62 0.79 0.13
HSL 13.37º 0.72% 0.52% -
HSV(B) 13.37º 0.79% 0.87% -
XYZ 33.56 22.07 5.08 -
YUV 121.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 221 85 46 0 0.62 0.79 0.13 13.37 0.72 0.52
Hex DD 55 2E 0 3E 4F D D 48 34
Octal 335 125 56 0 76 117 15 15 110 64
Binary 11011101 1010101 101110 0 111110 1001111 1101 1101 1001000 110100

Color Harmonies of #DD552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD552E

Black with #DD552E

Text Example


Text Example

White with #DD552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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