Html Css Color HEX #D6593A Chilean Fire

📋 copy color: '#D6593A'

red 214 ◦ green 89 ◦ blue 58

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

Shades of Chilean Fire #D6593A

Tints of Chilean Fire #D6593A

RGB

 RED value IS 214 (83.98% from 255) = 59.28%

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 59.28%
G = 24.65%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6593A (or 0xD6593A) is known color: Chilean Fire. HEX triplet: D6, 59 and 3A. RGB value is (214,89,58). Sum of RGB (Red+Green+Blue) = 214+89+58=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6593A is #29A6C5. Grayscale: #7B7B7B. Windows color (decimal): -2729670 or 3824086. OLE color: 3824086.

HSL color Cylindrical-coordinate representation of color #D6593A: hue angle of 11.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6593A is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 58 -
CMYK 0 0.58 0.73 0.16
HSL 11.92º 0.66% 0.53% -
HSV(B) 11.92º 0.73% 0.84% -
XYZ 32.07 21.75 6.51 -
YUV 122.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 214 89 58 0 0.58 0.73 0.16 11.92 0.66 0.53
Hex D6 59 3A 0 3A 49 10 C 42 35
Octal 326 131 72 0 72 111 20 14 102 65
Binary 11010110 1011001 111010 0 111010 1001001 10000 1100 1000010 110101

Color Harmonies of #D6593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6593A

Black with #D6593A

Text Example


Text Example

White with #D6593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6593A; }

 p { color: rgb(214,89,58); }

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

background-color css

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

 a { background-color: rgb(214,89,58); }

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

border-color css

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

 span { border-color: rgb(214,89,58); }

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