Html Css Color HEX #DC5625 Chilean Fire

📋 copy color: '#DC5625'

red 220 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #DC5625

Tints of Chilean Fire #DC5625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 64.14%
G = 25.07%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC5625 (or 0xDC5625) is known color: Chilean Fire. HEX triplet: DC, 56 and 25. RGB value is (220,86,37). Sum of RGB (Red+Green+Blue) = 220+86+37=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5625 is #23A9DA. Grayscale: #787878. Windows color (decimal): -2337243 or 2447068. OLE color: 2447068.

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

Color convert

RGB 220 86 37 -
CMYK 0 0.61 0.83 0.14
HSL 16.07º 0.72% 0.5% -
HSV(B) 16.07º 0.83% 0.86% -
XYZ 33.18 22 4.25 -
YUV 120.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 220 86 37 0 0.61 0.83 0.14 16.07 0.72 0.5
Hex DC 56 25 0 3D 53 E 10 48 32
Octal 334 126 45 0 75 123 16 20 110 62
Binary 11011100 1010110 100101 0 111101 1010011 1110 10000 1001000 110010

Color Harmonies of #DC5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5625

Black with #DC5625

Text Example


Text Example

White with #DC5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5625; }

 p { color: rgb(220,86,37); }

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

background-color css

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

 a { background-color: rgb(220,86,37); }

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

border-color css

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

 span { border-color: rgb(220,86,37); }

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