Html Css Color HEX #DD5633 Chilean Fire

📋 copy color: '#DD5633'

red 221 ◦ green 86 ◦ blue 51

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

Shades of Chilean Fire #DD5633

Tints of Chilean Fire #DD5633

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 61.73%
G = 24.02%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5633 (or 0xDD5633) is known color: Chilean Fire. HEX triplet: DD, 56 and 33. RGB value is (221,86,51). Sum of RGB (Red+Green+Blue) = 221+86+51=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5633 is #22A9CC. Grayscale: #7A7A7A. Windows color (decimal): -2271693 or 3364573. OLE color: 3364573.

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

Color convert

RGB 221 86 51 -
CMYK 0 0.61 0.77 0.13
HSL 12.35º 0.71% 0.53% -
HSV(B) 12.35º 0.77% 0.87% -
XYZ 33.74 22.27 5.65 -
YUV 122.38 87.73 198.35 -
System Red Green Blue C M Y K H S L
Decimal 221 86 51 0 0.61 0.77 0.13 12.35 0.71 0.53
Hex DD 56 33 0 3D 4D D C 47 35
Octal 335 126 63 0 75 115 15 14 107 65
Binary 11011101 1010110 110011 0 111101 1001101 1101 1100 1000111 110101

Color Harmonies of #DD5633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5633

Black with #DD5633

Text Example


Text Example

White with #DD5633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5633; }

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

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

background-color css

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

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

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

border-color css

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

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

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