Html Css Color HEX #D8503E Dark Coral

📋 copy color: '#D8503E'

red 216 ◦ green 80 ◦ blue 62

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

Shades of Dark Coral #D8503E

Tints of Dark Coral #D8503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 60.34%
G = 22.35%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8503E (or 0xD8503E) is known color: Dark Coral. HEX triplet: D8, 50 and 3E. RGB value is (216,80,62). Sum of RGB (Red+Green+Blue) = 216+80+62=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8503E is #27AFC1. Grayscale: #767676. Windows color (decimal): -2600898 or 4083928. OLE color: 4083928.

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

Color convert

RGB 216 80 62 -
CMYK 0 0.63 0.71 0.15
HSL 7.01º 0.66% 0.55% -
HSV(B) 7.01º 0.71% 0.85% -
XYZ 32.06 20.68 6.86 -
YUV 118.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 216 80 62 0 0.63 0.71 0.15 7.01 0.66 0.55
Hex D8 50 3E 0 3F 47 F 7 42 37
Octal 330 120 76 0 77 107 17 7 102 67
Binary 11011000 1010000 111110 0 111111 1000111 1111 111 1000010 110111

Color Harmonies of #D8503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8503E

Black with #D8503E

Text Example


Text Example

White with #D8503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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