Html Css Color HEX #DC5522 Chilean Fire

📋 copy color: '#DC5522'

red 220 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #DC5522

Tints of Chilean Fire #DC5522

RGB

 RED value IS 220 (86.33% from 255) = 64.9%

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 64.9%
G = 25.07%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5522 (or 0xDC5522) is known color: Chilean Fire. HEX triplet: DC, 55 and 22. RGB value is (220,85,34). Sum of RGB (Red+Green+Blue) = 220+85+34=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5522 is #23AADD. Grayscale: #777777. Windows color (decimal): -2337502 or 2250204. OLE color: 2250204.

HSL color Cylindrical-coordinate representation of color #DC5522: hue angle of 16.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5522 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 34 -
CMYK 0 0.61 0.85 0.14
HSL 16.45º 0.73% 0.5% -
HSV(B) 16.45º 0.85% 0.86% -
XYZ 33.05 21.83 3.98 -
YUV 119.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 220 85 34 0 0.61 0.85 0.14 16.45 0.73 0.5
Hex DC 55 22 0 3D 55 E 10 49 32
Octal 334 125 42 0 75 125 16 20 111 62
Binary 11011100 1010101 100010 0 111101 1010101 1110 10000 1001001 110010

Color Harmonies of #DC5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5522

Black with #DC5522

Text Example


Text Example

White with #DC5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5522; }

 p { color: rgb(220,85,34); }

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

background-color css

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

 a { background-color: rgb(220,85,34); }

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

border-color css

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

 span { border-color: rgb(220,85,34); }

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