Html Css Color HEX #D5513E Dark Coral

📋 copy color: '#D5513E'

red 213 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #D5513E

Tints of Dark Coral #D5513E

RGB

 RED value IS 213 (83.59% from 255) = 59.83%

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

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

R = 59.83%
G = 22.75%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5513E (or 0xD5513E) is known color: Dark Coral. HEX triplet: D5, 51 and 3E. RGB value is (213,81,62). Sum of RGB (Red+Green+Blue) = 213+81+62=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5513E is #2AAEC1. Grayscale: #767676. Windows color (decimal): -2797250 or 4084181. OLE color: 4084181.

HSL color Cylindrical-coordinate representation of color #D5513E: hue angle of 7.55º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5513E is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 62 -
CMYK 0 0.62 0.71 0.16
HSL 7.55º 0.64% 0.54% -
HSV(B) 7.55º 0.71% 0.84% -
XYZ 31.25 20.38 6.84 -
YUV 118.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 213 81 62 0 0.62 0.71 0.16 7.55 0.64 0.54
Hex D5 51 3E 0 3E 47 10 8 40 36
Octal 325 121 76 0 76 107 20 10 100 66
Binary 11010101 1010001 111110 0 111110 1000111 10000 1000 1000000 110110

Color Harmonies of #D5513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5513E

Black with #D5513E

Text Example


Text Example

White with #D5513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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