#D3543A

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

Shades of Dark Coral #D3543A

Tints of Dark Coral #D3543A

Color information

#D3543A (or 0xD3543A) is unknown color: approx Dark Coral. HEX triplet: D3, 54 and 3A. RGB value is (211,84,58). Sum of RGB (Red+Green+Blue) = 211+84+58=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3543A is #2CABC5. Grayscale: #777777. Windows color (decimal): -2927558 or 3822803. OLE color: 3822803.

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

Color convert

RGB2118458-
CMYK00.600.730.17
HSL10.2º63.49%52.75%-
HSV(B)10.2º72.51%82.75%-
XYZ30.820.56.34-
YUV119.0193.58193.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.77%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=59.77%
G=23.80%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211845800.600.730.1710.263.4952.75
HexD3543A03C4911a3f35
Octal3231247207411121127765
Binary11010011101010011101001111001001001100011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3543A; }

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

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

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

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

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

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

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

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