Html Css Color HEX #DC5B3A Chilean Fire

📋 copy color: '#DC5B3A'

red 220 ◦ green 91 ◦ blue 58

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

Shades of Chilean Fire #DC5B3A

Tints of Chilean Fire #DC5B3A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.66%

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 59.62%
G = 24.66%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5B3A (or 0xDC5B3A) is known color: Chilean Fire. HEX triplet: DC, 5B and 3A. RGB value is (220,91,58). Sum of RGB (Red+Green+Blue) = 220+91+58=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B3A is #23A4C5. Grayscale: #7E7E7E. Windows color (decimal): -2335942 or 3824604. OLE color: 3824604.

HSL color Cylindrical-coordinate representation of color #DC5B3A: hue angle of 12.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC5B3A is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 91 58 -
CMYK 0 0.59 0.74 0.14
HSL 12.22º 0.7% 0.55% -
HSV(B) 12.22º 0.74% 0.86% -
XYZ 34.02 23 6.65 -
YUV 125.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 220 91 58 0 0.59 0.74 0.14 12.22 0.7 0.55
Hex DC 5B 3A 0 3B 4A E C 46 37
Octal 334 133 72 0 73 112 16 14 106 67
Binary 11011100 1011011 111010 0 111011 1001010 1110 1100 1000110 110111

Color Harmonies of #DC5B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B3A

Black with #DC5B3A

Text Example


Text Example

White with #DC5B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B3A; }

 p { color: rgb(220,91,58); }

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

background-color css

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

 a { background-color: rgb(220,91,58); }

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

border-color css

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

 span { border-color: rgb(220,91,58); }

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