Html Css Color HEX #DC5A2E Chilean Fire

📋 copy color: '#DC5A2E'

red 220 ◦ green 90 ◦ blue 46

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

Shades of Chilean Fire #DC5A2E

Tints of Chilean Fire #DC5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 61.8%
G = 25.28%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC5A2E (or 0xDC5A2E) is known color: Chilean Fire. HEX triplet: DC, 5A and 2E. RGB value is (220,90,46). Sum of RGB (Red+Green+Blue) = 220+90+46=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A2E is #23A5D1. Grayscale: #7C7C7C. Windows color (decimal): -2336210 or 3037916. OLE color: 3037916.

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

Color convert

RGB 220 90 46 -
CMYK 0 0.59 0.79 0.14
HSL 15.17º 0.71% 0.52% -
HSV(B) 15.17º 0.79% 0.86% -
XYZ 33.66 22.73 5.2 -
YUV 123.85 84.07 196.58 -
System Red Green Blue C M Y K H S L
Decimal 220 90 46 0 0.59 0.79 0.14 15.17 0.71 0.52
Hex DC 5A 2E 0 3B 4F E F 47 34
Octal 334 132 56 0 73 117 16 17 107 64
Binary 11011100 1011010 101110 0 111011 1001111 1110 1111 1000111 110100

Color Harmonies of #DC5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A2E

Black with #DC5A2E

Text Example


Text Example

White with #DC5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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