Html Css Color HEX #DD562A Chilean Fire

📋 copy color: '#DD562A'

red 221 ◦ green 86 ◦ blue 42

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

Shades of Chilean Fire #DD562A

Tints of Chilean Fire #DD562A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 63.32%
G = 24.64%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD562A (or 0xDD562A) is known color: Chilean Fire. HEX triplet: DD, 56 and 2A. RGB value is (221,86,42). Sum of RGB (Red+Green+Blue) = 221+86+42=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD562A is #22A9D5. Grayscale: #797979. Windows color (decimal): -2271702 or 2774749. OLE color: 2774749.

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

Color convert

RGB 221 86 42 -
CMYK 0 0.61 0.81 0.13
HSL 14.75º 0.72% 0.52% -
HSV(B) 14.75º 0.81% 0.87% -
XYZ 33.56 22.19 4.71 -
YUV 121.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 221 86 42 0 0.61 0.81 0.13 14.75 0.72 0.52
Hex DD 56 2A 0 3D 51 D F 48 34
Octal 335 126 52 0 75 121 15 17 110 64
Binary 11011101 1010110 101010 0 111101 1010001 1101 1111 1001000 110100

Color Harmonies of #DD562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD562A

Black with #DD562A

Text Example


Text Example

White with #DD562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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