Html Css Color HEX #DD5225 Chilean Fire

📋 copy color: '#DD5225'

red 221 ◦ green 82 ◦ blue 37

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

Shades of Chilean Fire #DD5225

Tints of Chilean Fire #DD5225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 65%
G = 24.12%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5225 (or 0xDD5225) is known color: Chilean Fire. HEX triplet: DD, 52 and 25. RGB value is (221,82,37). Sum of RGB (Red+Green+Blue) = 221+82+37=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5225 is #22ADDA. Grayscale: #767676. Windows color (decimal): -2272731 or 2446045. OLE color: 2446045.

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

Color convert

RGB 221 82 37 -
CMYK 0 0.63 0.83 0.13
HSL 14.67º 0.73% 0.51% -
HSV(B) 14.67º 0.83% 0.87% -
XYZ 33.17 21.54 4.16 -
YUV 118.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 221 82 37 0 0.63 0.83 0.13 14.67 0.73 0.51
Hex DD 52 25 0 3F 53 D F 49 33
Octal 335 122 45 0 77 123 15 17 111 63
Binary 11011101 1010010 100101 0 111111 1010011 1101 1111 1001001 110011

Color Harmonies of #DD5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5225

Black with #DD5225

Text Example


Text Example

White with #DD5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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