Html Css Color HEX #DC5F3A Chilean Fire

📋 copy color: '#DC5F3A'

red 220 ◦ green 95 ◦ blue 58

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

Shades of Chilean Fire #DC5F3A

Tints of Chilean Fire #DC5F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

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

R = 58.98%
G = 25.47%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5F3A (or 0xDC5F3A) is known color: Chilean Fire. HEX triplet: DC, 5F and 3A. RGB value is (220,95,58). Sum of RGB (Red+Green+Blue) = 220+95+58=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F3A is #23A0C5. Grayscale: #808080. Windows color (decimal): -2334918 or 3825628. OLE color: 3825628.

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

Color convert

RGB 220 95 58 -
CMYK 0 0.57 0.74 0.14
HSL 13.7º 0.7% 0.55% -
HSV(B) 13.7º 0.74% 0.86% -
XYZ 34.37 23.71 6.77 -
YUV 128.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 220 95 58 0 0.57 0.74 0.14 13.7 0.7 0.55
Hex DC 5F 3A 0 39 4A E E 46 37
Octal 334 137 72 0 71 112 16 16 106 67
Binary 11011100 1011111 111010 0 111001 1001010 1110 1110 1000110 110111

Color Harmonies of #DC5F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F3A

Black with #DC5F3A

Text Example


Text Example

White with #DC5F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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