Html Css Color HEX #D8513D Dark Coral

📋 copy color: '#D8513D'

red 216 ◦ green 81 ◦ blue 61

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

Shades of Dark Coral #D8513D

Tints of Dark Coral #D8513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 60.34%
G = 22.63%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8513D (or 0xD8513D) is known color: Dark Coral. HEX triplet: D8, 51 and 3D. RGB value is (216,81,61). Sum of RGB (Red+Green+Blue) = 216+81+61=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8513D is #27AEC2. Grayscale: #777777. Windows color (decimal): -2600643 or 4018648. OLE color: 4018648.

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

Color convert

RGB 216 81 61 -
CMYK 0 0.62 0.72 0.15
HSL 7.74º 0.67% 0.54% -
HSV(B) 7.74º 0.72% 0.85% -
XYZ 32.1 20.82 6.74 -
YUV 119.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 216 81 61 0 0.62 0.72 0.15 7.74 0.67 0.54
Hex D8 51 3D 0 3E 48 F 8 43 36
Octal 330 121 75 0 76 110 17 10 103 66
Binary 11011000 1010001 111101 0 111110 1001000 1111 1000 1000011 110110

Color Harmonies of #D8513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8513D

Black with #D8513D

Text Example


Text Example

White with #D8513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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