Html Css Color HEX #D6563A Chilean Fire

📋 copy color: '#D6563A'

red 214 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #D6563A

Tints of Chilean Fire #D6563A

RGB

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

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

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

R = 59.78%
G = 24.02%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6563A (or 0xD6563A) is known color: Chilean Fire. HEX triplet: D6, 56 and 3A. RGB value is (214,86,58). Sum of RGB (Red+Green+Blue) = 214+86+58=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6563A is #29A9C5. Grayscale: #797979. Windows color (decimal): -2730438 or 3823318. OLE color: 3823318.

HSL color Cylindrical-coordinate representation of color #D6563A: hue angle of 10.77º 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 #D6563A is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 58 -
CMYK 0 0.60 0.73 0.16
HSL 10.77º 0.66% 0.53% -
HSV(B) 10.77º 0.73% 0.84% -
XYZ 31.82 21.26 6.43 -
YUV 121.08 92.41 194.28 -
System Red Green Blue C M Y K H S L
Decimal 214 86 58 0 0.60 0.73 0.16 10.77 0.66 0.53
Hex D6 56 3A 0 3C 49 10 B 42 35
Octal 326 126 72 0 74 111 20 13 102 65
Binary 11010110 1010110 111010 0 111100 1001001 10000 1011 1000010 110101

Color Harmonies of #D6563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6563A

Black with #D6563A

Text Example


Text Example

White with #D6563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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