Html Css Color HEX #DC5827 Chilean Fire

📋 copy color: '#DC5827'

red 220 ◦ green 88 ◦ blue 39

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

Shades of Chilean Fire #DC5827

Tints of Chilean Fire #DC5827

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

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

R = 63.4%
G = 25.36%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC5827 (or 0xDC5827) is known color: Chilean Fire. HEX triplet: DC, 58 and 27. RGB value is (220,88,39). Sum of RGB (Red+Green+Blue) = 220+88+39=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5827 is #23A7D8. Grayscale: #7A7A7A. Windows color (decimal): -2336729 or 2578652. OLE color: 2578652.

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

Color convert

RGB 220 88 39 -
CMYK 0 0.6 0.82 0.14
HSL 16.24º 0.72% 0.51% -
HSV(B) 16.24º 0.82% 0.86% -
XYZ 33.37 22.34 4.47 -
YUV 121.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 220 88 39 0 0.6 0.82 0.14 16.24 0.72 0.51
Hex DC 58 27 0 3C 52 E 10 48 33
Octal 334 130 47 0 74 122 16 20 110 63
Binary 11011100 1011000 100111 0 111100 1010010 1110 10000 1001000 110011

Color Harmonies of #DC5827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5827

Black with #DC5827

Text Example


Text Example

White with #DC5827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5827; }

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

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

background-color css

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

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

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

border-color css

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

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

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