Html Css Color HEX #D1513B Dark Coral

📋 copy color: '#D1513B'

red 209 ◦ green 81 ◦ blue 59

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

Shades of Dark Coral #D1513B

Tints of Dark Coral #D1513B

RGB

 RED value IS 209 (82.03% from 255) = 59.89%

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

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

R = 59.89%
G = 23.21%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1513B (or 0xD1513B) is known color: Dark Coral. HEX triplet: D1, 51 and 3B. RGB value is (209,81,59). Sum of RGB (Red+Green+Blue) = 209+81+59=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1513B is #2EAEC4. Grayscale: #747474. Windows color (decimal): -3059397 or 3887569. OLE color: 3887569.

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

Color convert

RGB 209 81 59 -
CMYK 0 0.61 0.72 0.18
HSL 8.8º 0.62% 0.53% -
HSV(B) 8.8º 0.72% 0.82% -
XYZ 30.03 19.76 6.37 -
YUV 116.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 209 81 59 0 0.61 0.72 0.18 8.8 0.62 0.53
Hex D1 51 3B 0 3D 48 12 9 3E 35
Octal 321 121 73 0 75 110 22 11 76 65
Binary 11010001 1010001 111011 0 111101 1001000 10010 1001 111110 110101

Color Harmonies of #D1513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1513B

Black with #D1513B

Text Example


Text Example

White with #D1513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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