#D75039

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

Shades of Dark Coral #D75039

Tints of Dark Coral #D75039

Color information

#D75039 (or 0xD75039) is unknown color: approx Dark Coral. HEX triplet: D7, 50 and 39. RGB value is (215,80,57). Sum of RGB (Red+Green+Blue) = 215+80+57=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75039 is #28AFC6. Grayscale: #757575. Windows color (decimal): -2666439 or 3756247. OLE color: 3756247.

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

Color convert

RGB2158057-
CMYK00.630.730.16
HSL8.73º66.39%53.33%-
HSV(B)8.73º73.49%84.31%-
XYZ31.6320.486.16-
YUV117.7493.73197.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.08%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=61.08%
G=22.73%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215805700.630.730.168.7366.3953.33
HexD7503903F491094235
Octal32712071077111201110265
Binary110101111010000111001011111110010011000010011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75039; }

 p { color: rgb(215,80,57); }

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

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

 a { background-color: rgb(215,80,57); }

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

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

 span { border-color: rgb(215,80,57); }

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