Html Css Color HEX #DC5F34 Chilean Fire

📋 copy color: '#DC5F34'

red 220 ◦ green 95 ◦ blue 52

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

Shades of Chilean Fire #DC5F34

Tints of Chilean Fire #DC5F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 59.95%
G = 25.89%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC5F34 (or 0xDC5F34) is known color: Chilean Fire. HEX triplet: DC, 5F and 34. RGB value is (220,95,52). Sum of RGB (Red+Green+Blue) = 220+95+52=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F34 is #23A0CB. Grayscale: #7F7F7F. Windows color (decimal): -2334924 or 3432412. OLE color: 3432412.

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

Color convert

RGB 220 95 52 -
CMYK 0 0.57 0.76 0.14
HSL 15.36º 0.71% 0.53% -
HSV(B) 15.36º 0.76% 0.86% -
XYZ 34.23 23.65 6.01 -
YUV 127.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 220 95 52 0 0.57 0.76 0.14 15.36 0.71 0.53
Hex DC 5F 34 0 39 4C E F 47 35
Octal 334 137 64 0 71 114 16 17 107 65
Binary 11011100 1011111 110100 0 111001 1001100 1110 1111 1000111 110101

Color Harmonies of #DC5F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F34

Black with #DC5F34

Text Example


Text Example

White with #DC5F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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