Html Css Color HEX #DD5533 Chilean Fire

📋 copy color: '#DD5533'

red 221 ◦ green 85 ◦ blue 51

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

Shades of Chilean Fire #DD5533

Tints of Chilean Fire #DD5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 61.9%
G = 23.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5533 (or 0xDD5533) is known color: Chilean Fire. HEX triplet: DD, 55 and 33. RGB value is (221,85,51). Sum of RGB (Red+Green+Blue) = 221+85+51=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5533 is #22AACC. Grayscale: #7A7A7A. Windows color (decimal): -2271949 or 3364317. OLE color: 3364317.

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

Color convert

RGB 221 85 51 -
CMYK 0 0.62 0.77 0.13
HSL 12º 0.71% 0.53% -
HSV(B) 12º 0.77% 0.87% -
XYZ 33.66 22.11 5.62 -
YUV 121.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 221 85 51 0 0.62 0.77 0.13 12 0.71 0.53
Hex DD 55 33 0 3E 4D D C 47 35
Octal 335 125 63 0 76 115 15 14 107 65
Binary 11011101 1010101 110011 0 111110 1001101 1101 1100 1000111 110101

Color Harmonies of #DD5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5533

Black with #DD5533

Text Example


Text Example

White with #DD5533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5533; }

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

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

background-color css

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

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

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

border-color css

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

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

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