Html Css Color HEX #D2543A Dark Coral

📋 copy color: '#D2543A'

red 210 ◦ green 84 ◦ blue 58

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

Shades of Dark Coral #D2543A

Tints of Dark Coral #D2543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 59.66%
G = 23.86%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2543A (or 0xD2543A) is known color: Dark Coral. HEX triplet: D2, 54 and 3A. RGB value is (210,84,58). Sum of RGB (Red+Green+Blue) = 210+84+58=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2543A is #2DABC5. Grayscale: #767676. Windows color (decimal): -2993094 or 3822802. OLE color: 3822802.

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

Color convert

RGB 210 84 58 -
CMYK 0 0.6 0.72 0.18
HSL 10.26º 0.63% 0.53% -
HSV(B) 10.26º 0.72% 0.82% -
XYZ 30.51 20.35 6.32 -
YUV 118.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 210 84 58 0 0.6 0.72 0.18 10.26 0.63 0.53
Hex D2 54 3A 0 3C 48 12 A 3F 35
Octal 322 124 72 0 74 110 22 12 77 65
Binary 11010010 1010100 111010 0 111100 1001000 10010 1010 111111 110101

Color Harmonies of #D2543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2543A

Black with #D2543A

Text Example


Text Example

White with #D2543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2543A; }

 p { color: rgb(210,84,58); }

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

background-color css

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

 a { background-color: rgb(210,84,58); }

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

border-color css

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

 span { border-color: rgb(210,84,58); }

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