Html Css Color HEX #D8513C Dark Coral

📋 copy color: '#D8513C'

red 216 ◦ green 81 ◦ blue 60

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

Shades of Dark Coral #D8513C

Tints of Dark Coral #D8513C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 60.5%
G = 22.69%
B = 16.81%

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

#D8513C (or 0xD8513C) is known color: Dark Coral. HEX triplet: D8, 51 and 3C. RGB value is (216,81,60). Sum of RGB (Red+Green+Blue) = 216+81+60=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8513C is #27AEC3. Grayscale: #777777. Windows color (decimal): -2600644 or 3953112. OLE color: 3953112.

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

Color convert

RGB 216 81 60 -
CMYK 0 0.62 0.72 0.15
HSL 8.08º 0.67% 0.54% -
HSV(B) 8.08º 0.72% 0.85% -
XYZ 32.08 20.81 6.6 -
YUV 118.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 216 81 60 0 0.62 0.72 0.15 8.08 0.67 0.54
Hex D8 51 3C 0 3E 48 F 8 43 36
Octal 330 121 74 0 76 110 17 10 103 66
Binary 11011000 1010001 111100 0 111110 1001000 1111 1000 1000011 110110

Color Harmonies of #D8513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8513C

Black with #D8513C

Text Example


Text Example

White with #D8513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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