Html Css Color HEX #DC5222 Chilean Fire

📋 copy color: '#DC5222'

red 220 ◦ green 82 ◦ blue 34

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

Shades of Chilean Fire #DC5222

Tints of Chilean Fire #DC5222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

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

R = 65.48%
G = 24.4%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5222 (or 0xDC5222) is known color: Chilean Fire. HEX triplet: DC, 52 and 22. RGB value is (220,82,34). Sum of RGB (Red+Green+Blue) = 220+82+34=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5222 is #23ADDD. Grayscale: #767676. Windows color (decimal): -2338270 or 2249436. OLE color: 2249436.

HSL color Cylindrical-coordinate representation of color #DC5222: hue angle of 15.48º 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 #DC5222 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 34 -
CMYK 0 0.63 0.85 0.14
HSL 15.48º 0.73% 0.5% -
HSV(B) 15.48º 0.85% 0.86% -
XYZ 32.82 21.37 3.91 -
YUV 117.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 220 82 34 0 0.63 0.85 0.14 15.48 0.73 0.5
Hex DC 52 22 0 3F 55 E F 49 32
Octal 334 122 42 0 77 125 16 17 111 62
Binary 11011100 1010010 100010 0 111111 1010101 1110 1111 1001001 110010

Color Harmonies of #DC5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5222

Black with #DC5222

Text Example


Text Example

White with #DC5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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