Html Css Color HEX #DD562D Chilean Fire

📋 copy color: '#DD562D'

red 221 ◦ green 86 ◦ blue 45

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

Shades of Chilean Fire #DD562D

Tints of Chilean Fire #DD562D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 62.78%
G = 24.43%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD562D (or 0xDD562D) is known color: Chilean Fire. HEX triplet: DD, 56 and 2D. RGB value is (221,86,45). Sum of RGB (Red+Green+Blue) = 221+86+45=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD562D is #22A9D2. Grayscale: #797979. Windows color (decimal): -2271699 or 2971357. OLE color: 2971357.

HSL color Cylindrical-coordinate representation of color #DD562D: hue angle of 13.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD562D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 45 -
CMYK 0 0.61 0.80 0.13
HSL 13.98º 0.72% 0.52% -
HSV(B) 13.98º 0.8% 0.87% -
XYZ 33.62 22.22 5 -
YUV 121.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 221 86 45 0 0.61 0.80 0.13 13.98 0.72 0.52
Hex DD 56 2D 0 3D 50 D E 48 34
Octal 335 126 55 0 75 120 15 16 110 64
Binary 11011101 1010110 101101 0 111101 1010000 1101 1110 1001000 110100

Color Harmonies of #DD562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD562D

Black with #DD562D

Text Example


Text Example

White with #DD562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD562D; }

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

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

background-color css

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

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

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

border-color css

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

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

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