Html Css Color HEX #DD553A Chilean Fire

📋 copy color: '#DD553A'

red 221 ◦ green 85 ◦ blue 58

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

Shades of Chilean Fire #DD553A

Tints of Chilean Fire #DD553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 60.71%
G = 23.35%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD553A (or 0xDD553A) is known color: Chilean Fire. HEX triplet: DD, 55 and 3A. RGB value is (221,85,58). Sum of RGB (Red+Green+Blue) = 221+85+58=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD553A is #22AAC5. Grayscale: #7A7A7A. Windows color (decimal): -2271942 or 3823069. OLE color: 3823069.

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

Color convert

RGB 221 85 58 -
CMYK 0 0.62 0.74 0.13
HSL 9.94º 0.71% 0.55% -
HSV(B) 9.94º 0.74% 0.87% -
XYZ 33.83 22.17 6.5 -
YUV 122.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 221 85 58 0 0.62 0.74 0.13 9.94 0.71 0.55
Hex DD 55 3A 0 3E 4A D A 47 37
Octal 335 125 72 0 76 112 15 12 107 67
Binary 11011101 1010101 111010 0 111110 1001010 1101 1010 1000111 110111

Color Harmonies of #DD553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD553A

Black with #DD553A

Text Example


Text Example

White with #DD553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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