Html Css Color HEX #DC5E3E Chilean Fire

📋 copy color: '#DC5E3E'

red 220 ◦ green 94 ◦ blue 62

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

Shades of Chilean Fire #DC5E3E

Tints of Chilean Fire #DC5E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 58.51%
G = 25%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC5E3E (or 0xDC5E3E) is known color: Chilean Fire. HEX triplet: DC, 5E and 3E. RGB value is (220,94,62). Sum of RGB (Red+Green+Blue) = 220+94+62=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E3E is #23A1C1. Grayscale: #808080. Windows color (decimal): -2335170 or 4087516. OLE color: 4087516.

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

Color convert

RGB 220 94 62 -
CMYK 0 0.57 0.72 0.14
HSL 12.15º 0.69% 0.55% -
HSV(B) 12.15º 0.72% 0.86% -
XYZ 34.39 23.57 7.29 -
YUV 128.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 220 94 62 0 0.57 0.72 0.14 12.15 0.69 0.55
Hex DC 5E 3E 0 39 48 E C 45 37
Octal 334 136 76 0 71 110 16 14 105 67
Binary 11011100 1011110 111110 0 111001 1001000 1110 1100 1000101 110111

Color Harmonies of #DC5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E3E

Black with #DC5E3E

Text Example


Text Example

White with #DC5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E3E; }

 p { color: rgb(220,94,62); }

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

background-color css

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

 a { background-color: rgb(220,94,62); }

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

border-color css

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

 span { border-color: rgb(220,94,62); }

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