Html Css Color HEX #D4513B Dark Coral

📋 copy color: '#D4513B'

red 212 ◦ green 81 ◦ blue 59

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

Shades of Dark Coral #D4513B

Tints of Dark Coral #D4513B

RGB

 RED value IS 212 (83.2% from 255) = 60.23%

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

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

R = 60.23%
G = 23.01%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4513B (or 0xD4513B) is known color: Dark Coral. HEX triplet: D4, 51 and 3B. RGB value is (212,81,59). Sum of RGB (Red+Green+Blue) = 212+81+59=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4513B is #2BAEC4. Grayscale: #757575. Windows color (decimal): -2862789 or 3887572. OLE color: 3887572.

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

Color convert

RGB 212 81 59 -
CMYK 0 0.62 0.72 0.17
HSL 8.63º 0.64% 0.53% -
HSV(B) 8.63º 0.72% 0.83% -
XYZ 30.88 20.2 6.41 -
YUV 117.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 212 81 59 0 0.62 0.72 0.17 8.63 0.64 0.53
Hex D4 51 3B 0 3E 48 11 9 40 35
Octal 324 121 73 0 76 110 21 11 100 65
Binary 11010100 1010001 111011 0 111110 1001000 10001 1001 1000000 110101

Color Harmonies of #D4513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4513B

Black with #D4513B

Text Example


Text Example

White with #D4513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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