Html Css Color HEX #DD592E Chilean Fire

📋 copy color: '#DD592E'

red 221 ◦ green 89 ◦ blue 46

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

Shades of Chilean Fire #DD592E

Tints of Chilean Fire #DD592E

RGB

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

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

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

R = 62.08%
G = 25%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD592E (or 0xDD592E) is known color: Chilean Fire. HEX triplet: DD, 59 and 2E. RGB value is (221,89,46). Sum of RGB (Red+Green+Blue) = 221+89+46=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD592E is #22A6D1. Grayscale: #7B7B7B. Windows color (decimal): -2270930 or 3037661. OLE color: 3037661.

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

Color convert

RGB 221 89 46 -
CMYK 0 0.60 0.79 0.13
HSL 14.74º 0.72% 0.52% -
HSV(B) 14.74º 0.79% 0.87% -
XYZ 33.88 22.71 5.18 -
YUV 123.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 221 89 46 0 0.60 0.79 0.13 14.74 0.72 0.52
Hex DD 59 2E 0 3C 4F D F 48 34
Octal 335 131 56 0 74 117 15 17 110 64
Binary 11011101 1011001 101110 0 111100 1001111 1101 1111 1001000 110100

Color Harmonies of #DD592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD592E

Black with #DD592E

Text Example


Text Example

White with #DD592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD592E; }

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

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

background-color css

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

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

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

border-color css

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

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

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