#D75842

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

Shades of Dark Coral #D75842

Tints of Dark Coral #D75842

Color information

#D75842 (or 0xD75842) is unknown color: approx Dark Coral. HEX triplet: D7, 58 and 42. RGB value is (215,88,66). Sum of RGB (Red+Green+Blue) = 215+88+66=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D75842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75842 is #28A7BD. Grayscale: #7B7B7B. Windows color (decimal): -2664382 or 4348119. OLE color: 4348119.

HSL color Cylindrical-coordinate representation of color #D75842: hue angle of 8.86º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D75842 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2158866-
CMYK00.590.690.16
HSL8.86º65.07%55.1%-
HSV(B)8.86º69.3%84.31%-
XYZ32.521.827.65-
YUV123.4695.58193.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.27%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=58.27%
G=23.85%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215886600.590.690.168.8665.0755.1
HexD7584203B451094137
Octal327130102073105201110167
Binary1101011110110001000010011101110001011000010011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75842; }

 p { color: rgb(215,88,66); }

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

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

 a { background-color: rgb(215,88,66); }

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

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

 span { border-color: rgb(215,88,66); }

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