Html Css Color HEX #DD5526 Chilean Fire

📋 copy color: '#DD5526'

red 221 ◦ green 85 ◦ blue 38

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

Shades of Chilean Fire #DD5526

Tints of Chilean Fire #DD5526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 64.24%
G = 24.71%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5526 (or 0xDD5526) is known color: Chilean Fire. HEX triplet: DD, 55 and 26. RGB value is (221,85,38). Sum of RGB (Red+Green+Blue) = 221+85+38=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5526 is #22AAD9. Grayscale: #787878. Windows color (decimal): -2271962 or 2512349. OLE color: 2512349.

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

Color convert

RGB 221 85 38 -
CMYK 0 0.62 0.83 0.13
HSL 15.41º 0.73% 0.51% -
HSV(B) 15.41º 0.83% 0.87% -
XYZ 33.42 22.01 4.32 -
YUV 120.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 221 85 38 0 0.62 0.83 0.13 15.41 0.73 0.51
Hex DD 55 26 0 3E 53 D F 49 33
Octal 335 125 46 0 76 123 15 17 111 63
Binary 11011101 1010101 100110 0 111110 1010011 1101 1111 1001001 110011

Color Harmonies of #DD5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5526

Black with #DD5526

Text Example


Text Example

White with #DD5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5526; }

 p { color: rgb(221,85,38); }

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

background-color css

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

 a { background-color: rgb(221,85,38); }

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

border-color css

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

 span { border-color: rgb(221,85,38); }

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