Html Css Color HEX #DD573B Chilean Fire

📋 copy color: '#DD573B'

red 221 ◦ green 87 ◦ blue 59

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

Shades of Chilean Fire #DD573B

Tints of Chilean Fire #DD573B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

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

R = 60.22%
G = 23.71%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD573B (or 0xDD573B) is known color: Chilean Fire. HEX triplet: DD, 57 and 3B. RGB value is (221,87,59). Sum of RGB (Red+Green+Blue) = 221+87+59=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD573B is #22A8C4. Grayscale: #7C7C7C. Windows color (decimal): -2271429 or 3889117. OLE color: 3889117.

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

Color convert

RGB 221 87 59 -
CMYK 0 0.61 0.73 0.13
HSL 10.37º 0.7% 0.55% -
HSV(B) 10.37º 0.73% 0.87% -
XYZ 34.02 22.5 6.69 -
YUV 123.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 221 87 59 0 0.61 0.73 0.13 10.37 0.7 0.55
Hex DD 57 3B 0 3D 49 D A 46 37
Octal 335 127 73 0 75 111 15 12 106 67
Binary 11011101 1010111 111011 0 111101 1001001 1101 1010 1000110 110111

Color Harmonies of #DD573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD573B

Black with #DD573B

Text Example


Text Example

White with #DD573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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