Shades of Dark Coral #D3613F
Tints of Dark Coral #D3613F
RGB
CMYK
RGB Variations
Color information
#D3613F (or 0xD3613F) is known color: Dark Coral. HEX triplet: D3, 61 and 3F. RGB value is (211,97,63). Sum of RGB (Red+Green+Blue) = 211+97+63=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3613F is #2C9EC0. Grayscale: #7F7F7F. Windows color (decimal): -2924225 or 4153811. OLE color: 4153811.
HSL color Cylindrical-coordinate representation of color #D3613F: hue angle of 13.78º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3613F is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 63 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.17 |
| HSL | 13.78º | 0.63% | 0.54% | - |
| HSV(B) | 13.78º | 0.7% | 0.83% | - |
| XYZ | 32.04 | 22.76 | 7.41 | - |
| YUV | 127.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 63 | 0 | 0.54 | 0.70 | 0.17 | 13.78 | 0.63 | 0.54 |
| Hex | D3 | 61 | 3F | 0 | 36 | 46 | 11 | E | 3F | 36 |
| Octal | 323 | 141 | 77 | 0 | 66 | 106 | 21 | 16 | 77 | 66 |
| Binary | 11010011 | 1100001 | 111111 | 0 | 110110 | 1000110 | 10001 | 1110 | 111111 | 110110 |
Color Harmonies of #D3613F
Complementary color
Monochromatic Colors of #D3613F
Black with #D3613F
Text Example
Text Example
White with #D3613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3613F; }
p { color: rgb(211,97,63); }
H1.HeaderClassName
{
color: #D3613F;
}
.AnyTagClassName
{
color: #D3613F;
}
</style>
background-color css
<style>
a { background-color: #D3613F; }
a { background-color: rgb(211,97,63); }
div.DivClassName
{
background-color: #D3613F;
}
.BgClassName
{
background-color: #D3613F;
}
</style>
border-color css
<style>
span { border-color: #D3613F; }
span { border-color: rgb(211,97,63); }
td.TdClassName
{
border-color: #D3613F;
}
.TagClassName
{
border-color: #D3613F;
}
</style>