#D45C42

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

Shades of Dark Coral #D45C42

Tints of Dark Coral #D45C42

Color information

#D45C42 (or 0xD45C42) is unknown color: approx Dark Coral. HEX triplet: D4, 5C and 42. RGB value is (212,92,66). Sum of RGB (Red+Green+Blue) = 212+92+66=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45C42 is #2BA3BD. Grayscale: #7D7D7D. Windows color (decimal): -2859966 or 4349140. OLE color: 4349140.

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

Color convert

RGB2129266-
CMYK00.570.690.17
HSL10.68º62.93%54.51%-
HSV(B)10.68º68.87%83.14%-
XYZ31.9622.047.72-
YUV124.9294.76190.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.30%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=57.30%
G=24.86%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212926600.570.690.1710.6862.9354.51
HexD45C420394511b3f37
Octal32413410207110521137767
Binary110101001011100100001001110011000101100011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45C42; }

 p { color: rgb(212,92,66); }

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

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

 a { background-color: rgb(212,92,66); }

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

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

 span { border-color: rgb(212,92,66); }

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