#D05244

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

Shades of Dark Coral #D05244

Tints of Dark Coral #D05244

Color information

#D05244 (or 0xD05244) is unknown color: approx Dark Coral. HEX triplet: D0, 52 and 44. RGB value is (208,82,68). Sum of RGB (Red+Green+Blue) = 208+82+68=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D05244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05244 is #2FADBB. Grayscale: #767676. Windows color (decimal): -3124668 or 4477648. OLE color: 4477648.

HSL color Cylindrical-coordinate representation of color #D05244: hue angle of 6º 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 #D05244 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2088268-
CMYK00.610.670.18
HSL59.83%54.12%-
HSV(B)67.31%81.57%-
XYZ30.0719.867.72-
YUV118.0899.74192.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.10%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 68 (26.95% from 255) = 18.99%
R=58.10%
G=22.91%
B=18.99%

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
Decimal208826800.610.670.18659.8354.12
HexD0524403D431263c36
Octal3201221040751032267466
Binary11010000101001010001000111101100001110010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05244; }

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

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

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

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

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

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

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

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