Html Css Color HEX #DD563A Chilean Fire

📋 copy color: '#DD563A'

red 221 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #DD563A

Tints of Chilean Fire #DD563A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 60.55%
G = 23.56%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD563A (or 0xDD563A) is known color: Chilean Fire. HEX triplet: DD, 56 and 3A. RGB value is (221,86,58). Sum of RGB (Red+Green+Blue) = 221+86+58=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD563A is #22A9C5. Grayscale: #7B7B7B. Windows color (decimal): -2271686 or 3823325. OLE color: 3823325.

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

Color convert

RGB 221 86 58 -
CMYK 0 0.61 0.74 0.13
HSL 10.31º 0.71% 0.55% -
HSV(B) 10.31º 0.74% 0.87% -
XYZ 33.91 22.33 6.53 -
YUV 123.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 221 86 58 0 0.61 0.74 0.13 10.31 0.71 0.55
Hex DD 56 3A 0 3D 4A D A 47 37
Octal 335 126 72 0 75 112 15 12 107 67
Binary 11011101 1010110 111010 0 111101 1001010 1101 1010 1000111 110111

Color Harmonies of #DD563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD563A

Black with #DD563A

Text Example


Text Example

White with #DD563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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