Html Css Color HEX #DD5222 Chilean Fire

📋 copy color: '#DD5222'

red 221 ◦ green 82 ◦ blue 34

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

Shades of Chilean Fire #DD5222

Tints of Chilean Fire #DD5222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 65.58%
G = 24.33%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD5222 (or 0xDD5222) is known color: Chilean Fire. HEX triplet: DD, 52 and 22. RGB value is (221,82,34). Sum of RGB (Red+Green+Blue) = 221+82+34=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5222 is #22ADDD. Grayscale: #767676. Windows color (decimal): -2272734 or 2249437. OLE color: 2249437.

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

Color convert

RGB 221 82 34 -
CMYK 0 0.63 0.85 0.13
HSL 15.4º 0.73% 0.5% -
HSV(B) 15.4º 0.85% 0.87% -
XYZ 33.12 21.52 3.92 -
YUV 118.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 221 82 34 0 0.63 0.85 0.13 15.4 0.73 0.5
Hex DD 52 22 0 3F 55 D F 49 32
Octal 335 122 42 0 77 125 15 17 111 62
Binary 11011101 1010010 100010 0 111111 1010101 1101 1111 1001001 110010

Color Harmonies of #DD5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5222

Black with #DD5222

Text Example


Text Example

White with #DD5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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