Html Css Color HEX #D0513F Dark Coral

📋 copy color: '#D0513F'

red 208 ◦ green 81 ◦ blue 63

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

Shades of Dark Coral #D0513F

Tints of Dark Coral #D0513F

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 59.09%
G = 23.01%
B = 17.9%

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

#D0513F (or 0xD0513F) is known color: Dark Coral. HEX triplet: D0, 51 and 3F. RGB value is (208,81,63). Sum of RGB (Red+Green+Blue) = 208+81+63=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0513F is #2FAEC0. Grayscale: #757575. Windows color (decimal): -3124929 or 4149712. OLE color: 4149712.

HSL color Cylindrical-coordinate representation of color #D0513F: hue angle of 7.45º degrees, saturation: 0.61, 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 #D0513F is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 63 -
CMYK 0 0.61 0.70 0.18
HSL 7.45º 0.61% 0.53% -
HSV(B) 7.45º 0.7% 0.82% -
XYZ 29.85 19.65 6.92 -
YUV 116.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 208 81 63 0 0.61 0.70 0.18 7.45 0.61 0.53
Hex D0 51 3F 0 3D 46 12 7 3D 35
Octal 320 121 77 0 75 106 22 7 75 65
Binary 11010000 1010001 111111 0 111101 1000110 10010 111 111101 110101

Color Harmonies of #D0513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0513F

Black with #D0513F

Text Example


Text Example

White with #D0513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0513F; }

 p { color: rgb(208,81,63); }

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

background-color css

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

 a { background-color: rgb(208,81,63); }

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

border-color css

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

 span { border-color: rgb(208,81,63); }

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