Html Css Color HEX #D6513B Dark Coral

📋 copy color: '#D6513B'

red 214 ◦ green 81 ◦ blue 59

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

Shades of Dark Coral #D6513B

Tints of Dark Coral #D6513B

RGB

 RED value IS 214 (83.98% from 255) = 60.45%

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

 BLUE value IS 59 (23.44% from 255) = 16.67%

R = 60.45%
G = 22.88%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6513B (or 0xD6513B) is known color: Dark Coral. HEX triplet: D6, 51 and 3B. RGB value is (214,81,59). Sum of RGB (Red+Green+Blue) = 214+81+59=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6513B is #29AEC4. Grayscale: #767676. Windows color (decimal): -2731717 or 3887574. OLE color: 3887574.

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

Color convert

RGB 214 81 59 -
CMYK 0 0.62 0.72 0.16
HSL 8.52º 0.65% 0.54% -
HSV(B) 8.52º 0.72% 0.84% -
XYZ 31.46 20.5 6.44 -
YUV 118.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 214 81 59 0 0.62 0.72 0.16 8.52 0.65 0.54
Hex D6 51 3B 0 3E 48 10 9 41 36
Octal 326 121 73 0 76 110 20 11 101 66
Binary 11010110 1010001 111011 0 111110 1001000 10000 1001 1000001 110110

Color Harmonies of #D6513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6513B

Black with #D6513B

Text Example


Text Example

White with #D6513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6513B; }

 p { color: rgb(214,81,59); }

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

background-color css

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

 a { background-color: rgb(214,81,59); }

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

border-color css

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

 span { border-color: rgb(214,81,59); }

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