Html Css Color HEX #DC5D2F Chilean Fire

📋 copy color: '#DC5D2F'

red 220 ◦ green 93 ◦ blue 47

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

Shades of Chilean Fire #DC5D2F

Tints of Chilean Fire #DC5D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 61.11%
G = 25.83%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC5D2F (or 0xDC5D2F) is known color: Chilean Fire. HEX triplet: DC, 5D and 2F. RGB value is (220,93,47). Sum of RGB (Red+Green+Blue) = 220+93+47=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D2F is #23A2D0. Grayscale: #7E7E7E. Windows color (decimal): -2335441 or 3104220. OLE color: 3104220.

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

Color convert

RGB 220 93 47 -
CMYK 0 0.58 0.79 0.14
HSL 15.95º 0.71% 0.52% -
HSV(B) 15.95º 0.79% 0.86% -
XYZ 33.94 23.25 5.39 -
YUV 125.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 220 93 47 0 0.58 0.79 0.14 15.95 0.71 0.52
Hex DC 5D 2F 0 3A 4F E 10 47 34
Octal 334 135 57 0 72 117 16 20 107 64
Binary 11011100 1011101 101111 0 111010 1001111 1110 10000 1000111 110100

Color Harmonies of #DC5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D2F

Black with #DC5D2F

Text Example


Text Example

White with #DC5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D2F; }

 p { color: rgb(220,93,47); }

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

background-color css

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

 a { background-color: rgb(220,93,47); }

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

border-color css

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

 span { border-color: rgb(220,93,47); }

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