Html Css Color HEX #DD592A Chilean Fire

📋 copy color: '#DD592A'

red 221 ◦ green 89 ◦ blue 42

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

Shades of Chilean Fire #DD592A

Tints of Chilean Fire #DD592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 62.78%
G = 25.28%
B = 11.93%

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

#DD592A (or 0xDD592A) is known color: Chilean Fire. HEX triplet: DD, 59 and 2A. RGB value is (221,89,42). Sum of RGB (Red+Green+Blue) = 221+89+42=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD592A is #22A6D5. Grayscale: #7B7B7B. Windows color (decimal): -2270934 or 2775517. OLE color: 2775517.

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

Color convert

RGB 221 89 42 -
CMYK 0 0.60 0.81 0.13
HSL 15.75º 0.72% 0.52% -
HSV(B) 15.75º 0.81% 0.87% -
XYZ 33.81 22.68 4.79 -
YUV 123.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 221 89 42 0 0.60 0.81 0.13 15.75 0.72 0.52
Hex DD 59 2A 0 3C 51 D 10 48 34
Octal 335 131 52 0 74 121 15 20 110 64
Binary 11011101 1011001 101010 0 111100 1010001 1101 10000 1001000 110100

Color Harmonies of #DD592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD592A

Black with #DD592A

Text Example


Text Example

White with #DD592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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