Html Css Color HEX #D5573F Dark Coral

📋 copy color: '#D5573F'

red 213 ◦ green 87 ◦ blue 63

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

Shades of Dark Coral #D5573F

Tints of Dark Coral #D5573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.97%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 58.68%
G = 23.97%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5573F (or 0xD5573F) is known color: Dark Coral. HEX triplet: D5, 57 and 3F. RGB value is (213,87,63). Sum of RGB (Red+Green+Blue) = 213+87+63=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5573F is #2AA8C0. Grayscale: #7A7A7A. Windows color (decimal): -2795713 or 4151253. OLE color: 4151253.

HSL color Cylindrical-coordinate representation of color #D5573F: hue angle of 9.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5573F is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 63 -
CMYK 0 0.59 0.70 0.16
HSL 9.6º 0.64% 0.54% -
HSV(B) 9.6º 0.7% 0.84% -
XYZ 31.75 21.32 7.14 -
YUV 121.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 213 87 63 0 0.59 0.70 0.16 9.6 0.64 0.54
Hex D5 57 3F 0 3B 46 10 A 40 36
Octal 325 127 77 0 73 106 20 12 100 66
Binary 11010101 1010111 111111 0 111011 1000110 10000 1010 1000000 110110

Color Harmonies of #D5573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5573F

Black with #D5573F

Text Example


Text Example

White with #D5573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5573F; }

 p { color: rgb(213,87,63); }

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

background-color css

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

 a { background-color: rgb(213,87,63); }

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

border-color css

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

 span { border-color: rgb(213,87,63); }

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