Html Css Color HEX #DC5927 Chilean Fire

📋 copy color: '#DC5927'

red 220 ◦ green 89 ◦ blue 39

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

Shades of Chilean Fire #DC5927

Tints of Chilean Fire #DC5927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 63.22%
G = 25.57%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC5927 (or 0xDC5927) is known color: Chilean Fire. HEX triplet: DC, 59 and 27. RGB value is (220,89,39). Sum of RGB (Red+Green+Blue) = 220+89+39=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5927 is #23A6D8. Grayscale: #7A7A7A. Windows color (decimal): -2336473 or 2578908. OLE color: 2578908.

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

Color convert

RGB 220 89 39 -
CMYK 0 0.60 0.82 0.14
HSL 16.57º 0.72% 0.51% -
HSV(B) 16.57º 0.82% 0.86% -
XYZ 33.45 22.51 4.5 -
YUV 122.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 220 89 39 0 0.60 0.82 0.14 16.57 0.72 0.51
Hex DC 59 27 0 3C 52 E 11 48 33
Octal 334 131 47 0 74 122 16 21 110 63
Binary 11011100 1011001 100111 0 111100 1010010 1110 10001 1001000 110011

Color Harmonies of #DC5927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5927

Black with #DC5927

Text Example


Text Example

White with #DC5927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5927; }

 p { color: rgb(220,89,39); }

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

background-color css

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

 a { background-color: rgb(220,89,39); }

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

border-color css

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

 span { border-color: rgb(220,89,39); }

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