#d6583f

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

Shades of Dark Coral #D6583F

Tints of Dark Coral #D6583F

Color information

#D6583F (or 0xD6583F) is unknown color: approx Dark Coral. HEX triplet: D6, 58 and 3F. RGB value is (214,88,63). Sum of RGB (Red+Green+Blue) = 214+88+63=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6583F is #29A7C0. Grayscale: #7B7B7B. Windows color (decimal): -2729921 or 4151510. OLE color: 4151510.

HSL color Cylindrical-coordinate representation of color #D6583F: hue angle of 9.93º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6583F is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2148863-
CMYK00.590.710.16
HSL9.93º64.81%54.31%-
HSV(B)9.93º70.56%83.92%-
XYZ32.1221.637.19-
YUV122.8294.24193.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 63 (25% from 255) = 17.26%
R=58.63%
G=24.11%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214886300.590.710.169.9364.8154.31
HexD6583F03B4710a4136
Octal32613077073107201210166
Binary110101101011000111111011101110001111000010101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6583f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6583f; }

 p { color: rgb(214,88,63); }

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

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

 a { background-color: rgb(214,88,63); }

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

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

 span { border-color: rgb(214,88,63); }

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