#D05144

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

Shades of Dark Coral #D05144

Tints of Dark Coral #D05144

Color information

#D05144 (or 0xD05144) is unknown color: approx Dark Coral. HEX triplet: D0, 51 and 44. RGB value is (208,81,68). Sum of RGB (Red+Green+Blue) = 208+81+68=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D05144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05144 is #2FAEBB. Grayscale: #757575. Windows color (decimal): -3124924 or 4477392. OLE color: 4477392.

HSL color Cylindrical-coordinate representation of color #D05144: hue angle of 5.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D05144 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2088168-
CMYK00.610.670.18
HSL5.57º59.83%54.12%-
HSV(B)5.57º67.31%81.57%-
XYZ3019.717.69-
YUV117.49100.08192.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.26%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=58.26%
G=22.69%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208816800.610.670.185.5759.8354.12
HexD0514403D431263c36
Octal3201211040751032267466
Binary11010000101000110001000111101100001110010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05144; }

 p { color: rgb(208,81,68); }

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

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

 a { background-color: rgb(208,81,68); }

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

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

 span { border-color: rgb(208,81,68); }

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