Html Css Color HEX #DC5831 Chilean Fire

📋 copy color: '#DC5831'

red 220 ◦ green 88 ◦ blue 49

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

Shades of Chilean Fire #DC5831

Tints of Chilean Fire #DC5831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 61.62%
G = 24.65%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5831 (or 0xDC5831) is known color: Chilean Fire. HEX triplet: DC, 58 and 31. RGB value is (220,88,49). Sum of RGB (Red+Green+Blue) = 220+88+49=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5831 is #23A7CE. Grayscale: #7B7B7B. Windows color (decimal): -2336719 or 3234012. OLE color: 3234012.

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

Color convert

RGB 220 88 49 -
CMYK 0 0.6 0.78 0.14
HSL 13.68º 0.71% 0.53% -
HSV(B) 13.68º 0.78% 0.86% -
XYZ 33.56 22.42 5.46 -
YUV 123.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 220 88 49 0 0.6 0.78 0.14 13.68 0.71 0.53
Hex DC 58 31 0 3C 4E E E 47 35
Octal 334 130 61 0 74 116 16 16 107 65
Binary 11011100 1011000 110001 0 111100 1001110 1110 1110 1000111 110101

Color Harmonies of #DC5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5831

Black with #DC5831

Text Example


Text Example

White with #DC5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5831; }

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

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

background-color css

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

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

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

border-color css

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

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

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