Html Css Color HEX #DD5227 Chilean Fire

📋 copy color: '#DD5227'

red 221 ◦ green 82 ◦ blue 39

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

Shades of Chilean Fire #DD5227

Tints of Chilean Fire #DD5227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 64.62%
G = 23.98%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD5227 (or 0xDD5227) is known color: Chilean Fire. HEX triplet: DD, 52 and 27. RGB value is (221,82,39). Sum of RGB (Red+Green+Blue) = 221+82+39=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5227 is #22ADD8. Grayscale: #767676. Windows color (decimal): -2272729 or 2577117. OLE color: 2577117.

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

Color convert

RGB 221 82 39 -
CMYK 0 0.63 0.82 0.13
HSL 14.18º 0.73% 0.51% -
HSV(B) 14.18º 0.82% 0.87% -
XYZ 33.2 21.55 4.33 -
YUV 118.66 83.05 201 -
System Red Green Blue C M Y K H S L
Decimal 221 82 39 0 0.63 0.82 0.13 14.18 0.73 0.51
Hex DD 52 27 0 3F 52 D E 49 33
Octal 335 122 47 0 77 122 15 16 111 63
Binary 11011101 1010010 100111 0 111111 1010010 1101 1110 1001001 110011

Color Harmonies of #DD5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5227

Black with #DD5227

Text Example


Text Example

White with #DD5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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