Html Css Color HEX #DD5523 Chilean Fire

📋 copy color: '#DD5523'

red 221 ◦ green 85 ◦ blue 35

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

Shades of Chilean Fire #DD5523

Tints of Chilean Fire #DD5523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 64.81%
G = 24.93%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5523 (or 0xDD5523) is known color: Chilean Fire. HEX triplet: DD, 55 and 23. RGB value is (221,85,35). Sum of RGB (Red+Green+Blue) = 221+85+35=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5523 is #22AADC. Grayscale: #787878. Windows color (decimal): -2271965 or 2315741. OLE color: 2315741.

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

Color convert

RGB 221 85 35 -
CMYK 0 0.62 0.84 0.13
HSL 16.13º 0.73% 0.5% -
HSV(B) 16.13º 0.84% 0.87% -
XYZ 33.37 21.99 4.08 -
YUV 119.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 221 85 35 0 0.62 0.84 0.13 16.13 0.73 0.5
Hex DD 55 23 0 3E 54 D 10 49 32
Octal 335 125 43 0 76 124 15 20 111 62
Binary 11011101 1010101 100011 0 111110 1010100 1101 10000 1001001 110010

Color Harmonies of #DD5523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5523

Black with #DD5523

Text Example


Text Example

White with #DD5523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5523; }

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

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

background-color css

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

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

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

border-color css

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

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

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