Html Css Color HEX #D8513E Dark Coral

📋 copy color: '#D8513E'

red 216 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #D8513E

Tints of Dark Coral #D8513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.27%

R = 60.17%
G = 22.56%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8513E (or 0xD8513E) is known color: Dark Coral. HEX triplet: D8, 51 and 3E. RGB value is (216,81,62). Sum of RGB (Red+Green+Blue) = 216+81+62=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8513E is #27AEC1. Grayscale: #777777. Windows color (decimal): -2600642 or 4084184. OLE color: 4084184.

HSL color Cylindrical-coordinate representation of color #D8513E: hue angle of 7.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8513E is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 62 -
CMYK 0 0.62 0.71 0.15
HSL 7.4º 0.66% 0.55% -
HSV(B) 7.4º 0.71% 0.85% -
XYZ 32.13 20.83 6.88 -
YUV 119.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 216 81 62 0 0.62 0.71 0.15 7.4 0.66 0.55
Hex D8 51 3E 0 3E 47 F 7 42 37
Octal 330 121 76 0 76 107 17 7 102 67
Binary 11011000 1010001 111110 0 111110 1000111 1111 111 1000010 110111

Color Harmonies of #D8513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8513E

Black with #D8513E

Text Example


Text Example

White with #D8513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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