Html Css Color HEX #D8563A Chilean Fire

📋 copy color: '#D8563A'

red 216 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #D8563A

Tints of Chilean Fire #D8563A

RGB

 RED value IS 216 (84.77% from 255) = 60%

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 60%
G = 23.89%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8563A (or 0xD8563A) is known color: Chilean Fire. HEX triplet: D8, 56 and 3A. RGB value is (216,86,58). Sum of RGB (Red+Green+Blue) = 216+86+58=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8563A is #27A9C5. Grayscale: #797979. Windows color (decimal): -2599366 or 3823320. OLE color: 3823320.

HSL color Cylindrical-coordinate representation of color #D8563A: hue angle of 10.63º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8563A is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 58 -
CMYK 0 0.60 0.73 0.15
HSL 10.63º 0.67% 0.54% -
HSV(B) 10.63º 0.73% 0.85% -
XYZ 32.41 21.56 6.46 -
YUV 121.68 92.07 195.28 -
System Red Green Blue C M Y K H S L
Decimal 216 86 58 0 0.60 0.73 0.15 10.63 0.67 0.54
Hex D8 56 3A 0 3C 49 F B 43 36
Octal 330 126 72 0 74 111 17 13 103 66
Binary 11011000 1010110 111010 0 111100 1001001 1111 1011 1000011 110110

Color Harmonies of #D8563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8563A

Black with #D8563A

Text Example


Text Example

White with #D8563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8563A; }

 p { color: rgb(216,86,58); }

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

background-color css

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

 a { background-color: rgb(216,86,58); }

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

border-color css

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

 span { border-color: rgb(216,86,58); }

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