Html Css Color HEX #DD592B Chilean Fire

📋 copy color: '#DD592B'

red 221 ◦ green 89 ◦ blue 43

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

Shades of Chilean Fire #DD592B

Tints of Chilean Fire #DD592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 62.61%
G = 25.21%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD592B (or 0xDD592B) is known color: Chilean Fire. HEX triplet: DD, 59 and 2B. RGB value is (221,89,43). Sum of RGB (Red+Green+Blue) = 221+89+43=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD592B is #22A6D4. Grayscale: #7B7B7B. Windows color (decimal): -2270933 or 2841053. OLE color: 2841053.

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

Color convert

RGB 221 89 43 -
CMYK 0 0.60 0.81 0.13
HSL 15.51º 0.72% 0.52% -
HSV(B) 15.51º 0.81% 0.87% -
XYZ 33.83 22.69 4.88 -
YUV 123.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 221 89 43 0 0.60 0.81 0.13 15.51 0.72 0.52
Hex DD 59 2B 0 3C 51 D 10 48 34
Octal 335 131 53 0 74 121 15 20 110 64
Binary 11011101 1011001 101011 0 111100 1010001 1101 10000 1001000 110100

Color Harmonies of #DD592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD592B

Black with #DD592B

Text Example


Text Example

White with #DD592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD592B; }

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

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

background-color css

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

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

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

border-color css

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

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

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