Html Css Color HEX #D5563A Chilean Fire

📋 copy color: '#D5563A'

red 213 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #D5563A

Tints of Chilean Fire #D5563A

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

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

R = 59.66%
G = 24.09%
B = 16.25%

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

#D5563A (or 0xD5563A) is known color: Chilean Fire. HEX triplet: D5, 56 and 3A. RGB value is (213,86,58). Sum of RGB (Red+Green+Blue) = 213+86+58=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5563A is #2AA9C5. Grayscale: #797979. Windows color (decimal): -2795974 or 3823317. OLE color: 3823317.

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

Color convert

RGB 213 86 58 -
CMYK 0 0.60 0.73 0.16
HSL 10.84º 0.65% 0.53% -
HSV(B) 10.84º 0.73% 0.84% -
XYZ 31.53 21.11 6.42 -
YUV 120.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 213 86 58 0 0.60 0.73 0.16 10.84 0.65 0.53
Hex D5 56 3A 0 3C 49 10 B 41 35
Octal 325 126 72 0 74 111 20 13 101 65
Binary 11010101 1010110 111010 0 111100 1001001 10000 1011 1000001 110101

Color Harmonies of #D5563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5563A

Black with #D5563A

Text Example


Text Example

White with #D5563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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