Html Css Color HEX #DC5829 Chilean Fire

📋 copy color: '#DC5829'

red 220 ◦ green 88 ◦ blue 41

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

Shades of Chilean Fire #DC5829

Tints of Chilean Fire #DC5829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.75%

R = 63.04%
G = 25.21%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC5829 (or 0xDC5829) is known color: Chilean Fire. HEX triplet: DC, 58 and 29. RGB value is (220,88,41). Sum of RGB (Red+Green+Blue) = 220+88+41=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5829 is #23A7D6. Grayscale: #7A7A7A. Windows color (decimal): -2336727 or 2709724. OLE color: 2709724.

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

Color convert

RGB 220 88 41 -
CMYK 0 0.6 0.81 0.14
HSL 15.75º 0.72% 0.51% -
HSV(B) 15.75º 0.81% 0.86% -
XYZ 33.41 22.36 4.65 -
YUV 122.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 220 88 41 0 0.6 0.81 0.14 15.75 0.72 0.51
Hex DC 58 29 0 3C 51 E 10 48 33
Octal 334 130 51 0 74 121 16 20 110 63
Binary 11011100 1011000 101001 0 111100 1010001 1110 10000 1001000 110011

Color Harmonies of #DC5829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5829

Black with #DC5829

Text Example


Text Example

White with #DC5829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5829; }

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

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

background-color css

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

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

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

border-color css

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

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

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