Html Css Color HEX #DD563B Chilean Fire

📋 copy color: '#DD563B'

red 221 ◦ green 86 ◦ blue 59

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

Shades of Chilean Fire #DD563B

Tints of Chilean Fire #DD563B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 60.38%
G = 23.5%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD563B (or 0xDD563B) is known color: Chilean Fire. HEX triplet: DD, 56 and 3B. RGB value is (221,86,59). Sum of RGB (Red+Green+Blue) = 221+86+59=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD563B is #22A9C4. Grayscale: #7B7B7B. Windows color (decimal): -2271685 or 3888861. OLE color: 3888861.

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

Color convert

RGB 221 86 59 -
CMYK 0 0.61 0.73 0.13
HSL 10º 0.7% 0.55% -
HSV(B) 10º 0.73% 0.87% -
XYZ 33.94 22.34 6.66 -
YUV 123.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 221 86 59 0 0.61 0.73 0.13 10 0.7 0.55
Hex DD 56 3B 0 3D 49 D A 46 37
Octal 335 126 73 0 75 111 15 12 106 67
Binary 11011101 1010110 111011 0 111101 1001001 1101 1010 1000110 110111

Color Harmonies of #DD563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD563B

Black with #DD563B

Text Example


Text Example

White with #DD563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD563B; }

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

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

background-color css

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

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

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

border-color css

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

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

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