Html Css Color HEX #D8513A Dark Coral

📋 copy color: '#D8513A'

red 216 ◦ green 81 ◦ blue 58

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

Shades of Dark Coral #D8513A

Tints of Dark Coral #D8513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 60.85%
G = 22.82%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8513A (or 0xD8513A) is known color: Dark Coral. HEX triplet: D8, 51 and 3A. RGB value is (216,81,58). Sum of RGB (Red+Green+Blue) = 216+81+58=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8513A is #27AEC5. Grayscale: #767676. Windows color (decimal): -2600646 or 3822040. OLE color: 3822040.

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

Color convert

RGB 216 81 58 -
CMYK 0 0.62 0.73 0.15
HSL 8.73º 0.67% 0.54% -
HSV(B) 8.73º 0.73% 0.85% -
XYZ 32.03 20.79 6.33 -
YUV 118.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 216 81 58 0 0.62 0.73 0.15 8.73 0.67 0.54
Hex D8 51 3A 0 3E 49 F 9 43 36
Octal 330 121 72 0 76 111 17 11 103 66
Binary 11011000 1010001 111010 0 111110 1001001 1111 1001 1000011 110110

Color Harmonies of #D8513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8513A

Black with #D8513A

Text Example


Text Example

White with #D8513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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