#D2543B

Color #D2543B Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D2543B

Tints of Dark Coral #D2543B

Color information

#D2543B (or 0xD2543B) is unknown color: approx Dark Coral. HEX triplet: D2, 54 and 3B. RGB value is (210,84,59). Sum of RGB (Red+Green+Blue) = 210+84+59=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2543B is #2DABC4. Grayscale: #777777. Windows color (decimal): -2993093 or 3888338. OLE color: 3888338.

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

Color convert

RGB2108459-
CMYK00.60.720.18
HSL9.93º62.66%52.75%-
HSV(B)9.93º71.9%82.35%-
XYZ30.5420.366.46-
YUV118.8294.24193.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.49%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 59 (23.44% from 255) = 16.71%
R=59.49%
G=23.80%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210845900.60.720.189.9362.6652.75
HexD2543B03C4812a3f35
Octal3221247307411022127765
Binary11010010101010011101101111001001000100101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2543B; }

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

 H1.HeaderClassName
 {
   color: #D2543B;
 }
 .AnyTagClassName
 {
   color: #D2543B;
 }
</style>
background-color css

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

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

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

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

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

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