Html Css Color HEX #D2513E Dark Coral

📋 copy color: '#D2513E'

red 210 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #D2513E

Tints of Dark Coral #D2513E

RGB

 RED value IS 210 (82.42% from 255) = 59.49%

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

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

R = 59.49%
G = 22.95%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2513E (or 0xD2513E) is known color: Dark Coral. HEX triplet: D2, 51 and 3E. RGB value is (210,81,62). Sum of RGB (Red+Green+Blue) = 210+81+62=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2513E is #2DAEC1. Grayscale: #757575. Windows color (decimal): -2993858 or 4084178. OLE color: 4084178.

HSL color Cylindrical-coordinate representation of color #D2513E: hue angle of 7.7º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2513E is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 62 -
CMYK 0 0.61 0.70 0.18
HSL 7.7º 0.62% 0.53% -
HSV(B) 7.7º 0.7% 0.82% -
XYZ 30.39 19.93 6.8 -
YUV 117.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 210 81 62 0 0.61 0.70 0.18 7.7 0.62 0.53
Hex D2 51 3E 0 3D 46 12 8 3E 35
Octal 322 121 76 0 75 106 22 10 76 65
Binary 11010010 1010001 111110 0 111101 1000110 10010 1000 111110 110101

Color Harmonies of #D2513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2513E

Black with #D2513E

Text Example


Text Example

White with #D2513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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