Shades of Dark Coral #D35E4B
Tints of Dark Coral #D35E4B
RGB
CMYK
RGB Variations
Color information
#D35E4B (or 0xD35E4B) is known color: Dark Coral. HEX triplet: D3, 5E and 4B. RGB value is (211,94,75). Sum of RGB (Red+Green+Blue) = 211+94+75=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E4B is #2CA1B4. Grayscale: #7F7F7F. Windows color (decimal): -2924981 or 4939475. OLE color: 4939475.
HSL color Cylindrical-coordinate representation of color #D35E4B: hue angle of 8.38º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D35E4B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 75 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.17 |
| HSL | 8.38º | 0.61% | 0.56% | - |
| HSV(B) | 8.38º | 0.64% | 0.83% | - |
| XYZ | 32.14 | 22.36 | 9.28 | - |
| YUV | 126.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 75 | 0 | 0.55 | 0.64 | 0.17 | 8.38 | 0.61 | 0.56 |
| Hex | D3 | 5E | 4B | 0 | 37 | 40 | 11 | 8 | 3D | 38 |
| Octal | 323 | 136 | 113 | 0 | 67 | 100 | 21 | 10 | 75 | 70 |
| Binary | 11010011 | 1011110 | 1001011 | 0 | 110111 | 1000000 | 10001 | 1000 | 111101 | 111000 |
Color Harmonies of #D35E4B
Complementary color
Monochromatic Colors of #D35E4B
Black with #D35E4B
Text Example
Text Example
White with #D35E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E4B; }
p { color: rgb(211,94,75); }
H1.HeaderClassName
{
color: #D35E4B;
}
.AnyTagClassName
{
color: #D35E4B;
}
</style>
background-color css
<style>
a { background-color: #D35E4B; }
a { background-color: rgb(211,94,75); }
div.DivClassName
{
background-color: #D35E4B;
}
.BgClassName
{
background-color: #D35E4B;
}
</style>
border-color css
<style>
span { border-color: #D35E4B; }
span { border-color: rgb(211,94,75); }
td.TdClassName
{
border-color: #D35E4B;
}
.TagClassName
{
border-color: #D35E4B;
}
</style>