Html Css Color HEX #DD562E Chilean Fire

📋 copy color: '#DD562E'

red 221 ◦ green 86 ◦ blue 46

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

Shades of Chilean Fire #DD562E

Tints of Chilean Fire #DD562E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 62.61%
G = 24.36%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD562E (or 0xDD562E) is known color: Chilean Fire. HEX triplet: DD, 56 and 2E. RGB value is (221,86,46). Sum of RGB (Red+Green+Blue) = 221+86+46=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD562E is #22A9D1. Grayscale: #7A7A7A. Windows color (decimal): -2271698 or 3036893. OLE color: 3036893.

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

Color convert

RGB 221 86 46 -
CMYK 0 0.61 0.79 0.13
HSL 13.71º 0.72% 0.52% -
HSV(B) 13.71º 0.79% 0.87% -
XYZ 33.64 22.22 5.1 -
YUV 121.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 221 86 46 0 0.61 0.79 0.13 13.71 0.72 0.52
Hex DD 56 2E 0 3D 4F D E 48 34
Octal 335 126 56 0 75 117 15 16 110 64
Binary 11011101 1010110 101110 0 111101 1001111 1101 1110 1001000 110100

Color Harmonies of #DD562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD562E

Black with #DD562E

Text Example


Text Example

White with #DD562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD562E; }

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

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

background-color css

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

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

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

border-color css

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

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

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