Html Css Color HEX #DD5232 Chilean Fire

📋 copy color: '#DD5232'

red 221 ◦ green 82 ◦ blue 50

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

Shades of Chilean Fire #DD5232

Tints of Chilean Fire #DD5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 62.61%
G = 23.23%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5232 (or 0xDD5232) is known color: Chilean Fire. HEX triplet: DD, 52 and 32. RGB value is (221,82,50). Sum of RGB (Red+Green+Blue) = 221+82+50=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5232 is #22ADCD. Grayscale: #787878. Windows color (decimal): -2272718 or 3298013. OLE color: 3298013.

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

Color convert

RGB 221 82 50 -
CMYK 0 0.63 0.77 0.13
HSL 11.23º 0.72% 0.53% -
HSV(B) 11.23º 0.77% 0.87% -
XYZ 33.41 21.64 5.43 -
YUV 119.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 221 82 50 0 0.63 0.77 0.13 11.23 0.72 0.53
Hex DD 52 32 0 3F 4D D B 48 35
Octal 335 122 62 0 77 115 15 13 110 65
Binary 11011101 1010010 110010 0 111111 1001101 1101 1011 1001000 110101

Color Harmonies of #DD5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5232

Black with #DD5232

Text Example


Text Example

White with #DD5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5232; }

 p { color: rgb(221,82,50); }

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

background-color css

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

 a { background-color: rgb(221,82,50); }

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

border-color css

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

 span { border-color: rgb(221,82,50); }

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