#D45A46

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

Shades of Dark Coral #D45A46

Tints of Dark Coral #D45A46

Color information

#D45A46 (or 0xD45A46) is unknown color: approx Dark Coral. HEX triplet: D4, 5A and 46. RGB value is (212,90,70). Sum of RGB (Red+Green+Blue) = 212+90+70=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45A46 is #2BA5B9. Grayscale: #7C7C7C. Windows color (decimal): -2860474 or 4610772. OLE color: 4610772.

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

Color convert

RGB2129070-
CMYK00.580.670.17
HSL8.45º62.28%55.29%-
HSV(B)8.45º66.98%83.14%-
XYZ31.9121.758.31-
YUV124.297.42190.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.99%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 70 (27.73% from 255) = 18.82%
R=56.99%
G=24.19%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212907000.580.670.178.4562.2855.29
HexD45A4603A431183e37
Octal32413210607210321107667
Binary110101001011010100011001110101000011100011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45A46; }

 p { color: rgb(212,90,70); }

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

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

 a { background-color: rgb(212,90,70); }

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

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

 span { border-color: rgb(212,90,70); }

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