Html Css Color HEX #DD593A Chilean Fire

📋 copy color: '#DD593A'

red 221 ◦ green 89 ◦ blue 58

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

Shades of Chilean Fire #DD593A

Tints of Chilean Fire #DD593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.18%

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

R = 60.05%
G = 24.18%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD593A (or 0xDD593A) is known color: Chilean Fire. HEX triplet: DD, 59 and 3A. RGB value is (221,89,58). Sum of RGB (Red+Green+Blue) = 221+89+58=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD593A is #22A6C5. Grayscale: #7D7D7D. Windows color (decimal): -2270918 or 3824093. OLE color: 3824093.

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

Color convert

RGB 221 89 58 -
CMYK 0 0.60 0.74 0.13
HSL 11.41º 0.71% 0.55% -
HSV(B) 11.41º 0.74% 0.87% -
XYZ 34.15 22.82 6.61 -
YUV 124.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 221 89 58 0 0.60 0.74 0.13 11.41 0.71 0.55
Hex DD 59 3A 0 3C 4A D B 47 37
Octal 335 131 72 0 74 112 15 13 107 67
Binary 11011101 1011001 111010 0 111100 1001010 1101 1011 1000111 110111

Color Harmonies of #DD593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD593A

Black with #DD593A

Text Example


Text Example

White with #DD593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD593A; }

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

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

background-color css

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

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

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

border-color css

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

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

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