Html Css Color HEX #DC5A31 Chilean Fire

📋 copy color: '#DC5A31'

red 220 ◦ green 90 ◦ blue 49

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

Shades of Chilean Fire #DC5A31

Tints of Chilean Fire #DC5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 61.28%
G = 25.07%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5A31 (or 0xDC5A31) is known color: Chilean Fire. HEX triplet: DC, 5A and 31. RGB value is (220,90,49). Sum of RGB (Red+Green+Blue) = 220+90+49=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A31 is #23A5CE. Grayscale: #7C7C7C. Windows color (decimal): -2336207 or 3234524. OLE color: 3234524.

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

Color convert

RGB 220 90 49 -
CMYK 0 0.59 0.78 0.14
HSL 14.39º 0.71% 0.53% -
HSV(B) 14.39º 0.78% 0.86% -
XYZ 33.73 22.75 5.52 -
YUV 124.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 220 90 49 0 0.59 0.78 0.14 14.39 0.71 0.53
Hex DC 5A 31 0 3B 4E E E 47 35
Octal 334 132 61 0 73 116 16 16 107 65
Binary 11011100 1011010 110001 0 111011 1001110 1110 1110 1000111 110101

Color Harmonies of #DC5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A31

Black with #DC5A31

Text Example


Text Example

White with #DC5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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