#D35141

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

Shades of Dark Coral #D35141

Tints of Dark Coral #D35141

Color information

#D35141 (or 0xD35141) is unknown color: approx Dark Coral. HEX triplet: D3, 51 and 41. RGB value is (211,81,65). Sum of RGB (Red+Green+Blue) = 211+81+65=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D35141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35141 is #2CAEBE. Grayscale: #767676. Windows color (decimal): -2928319 or 4280787. OLE color: 4280787.

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

Color convert

RGB2118165-
CMYK00.620.690.17
HSL6.58º62.39%54.12%-
HSV(B)6.58º69.19%82.75%-
XYZ30.7620.127.26-
YUV118.0598.07194.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=59.10%
G=22.69%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211816500.620.690.176.5862.3954.12
HexD3514103E451173e36
Octal3231211010761052177666
Binary11010011101000110000010111110100010110001111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35141; }

 p { color: rgb(211,81,65); }

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

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

 a { background-color: rgb(211,81,65); }

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

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

 span { border-color: rgb(211,81,65); }

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