Html Css Color HEX #DC5F2E Chilean Fire

📋 copy color: '#DC5F2E'

red 220 ◦ green 95 ◦ blue 46

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

Shades of Chilean Fire #DC5F2E

Tints of Chilean Fire #DC5F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 60.94%
G = 26.32%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC5F2E (or 0xDC5F2E) is known color: Chilean Fire. HEX triplet: DC, 5F and 2E. RGB value is (220,95,46). Sum of RGB (Red+Green+Blue) = 220+95+46=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F2E is #23A0D1. Grayscale: #7F7F7F. Windows color (decimal): -2334930 or 3039196. OLE color: 3039196.

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

Color convert

RGB 220 95 46 -
CMYK 0 0.57 0.79 0.14
HSL 16.9º 0.71% 0.52% -
HSV(B) 16.9º 0.79% 0.86% -
XYZ 34.1 23.6 5.34 -
YUV 126.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 220 95 46 0 0.57 0.79 0.14 16.9 0.71 0.52
Hex DC 5F 2E 0 39 4F E 11 47 34
Octal 334 137 56 0 71 117 16 21 107 64
Binary 11011100 1011111 101110 0 111001 1001111 1110 10001 1000111 110100

Color Harmonies of #DC5F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F2E

Black with #DC5F2E

Text Example


Text Example

White with #DC5F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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