Shades of Coral #FF7D5D
Tints of Coral #FF7D5D
RGB
CMYK
RGB Variations
Color information
#FF7D5D (or 0xFF7D5D) is known color: Coral. HEX triplet: FF, 7D and 5D. RGB value is (255,125,93). Sum of RGB (Red+Green+Blue) = 255+125+93=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D5D is #0082A2. Grayscale: #A0A0A0. Windows color (decimal): -33443 or 6127103. OLE color: 6127103.
HSL color Cylindrical-coordinate representation of color #FF7D5D: hue angle of 11.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF7D5D is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 93 | - |
| CMYK | 0 | 0.51 | 0.64 | 0 |
| HSL | 11.85º | 1% | 0.68% | - |
| HSV(B) | 11.85º | 0.64% | 1% | - |
| XYZ | 50.55 | 36.72 | 14.78 | - |
| YUV | 160.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 93 | 0 | 0.51 | 0.64 | 0 | 11.85 | 1 | 0.68 |
| Hex | FF | 7D | 5D | 0 | 33 | 40 | 0 | C | 64 | 44 |
| Octal | 377 | 175 | 135 | 0 | 63 | 100 | 0 | 14 | 144 | 104 |
| Binary | 11111111 | 1111101 | 1011101 | 0 | 110011 | 1000000 | 0 | 1100 | 1100100 | 1000100 |
Color Harmonies of #FF7D5D
Complementary color
Monochromatic Colors of #FF7D5D
Black with #FF7D5D
Text Example
Text Example
White with #FF7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D5D; }
p { color: rgb(255,125,93); }
H1.HeaderClassName
{
color: #FF7D5D;
}
.AnyTagClassName
{
color: #FF7D5D;
}
</style>
background-color css
<style>
a { background-color: #FF7D5D; }
a { background-color: rgb(255,125,93); }
div.DivClassName
{
background-color: #FF7D5D;
}
.BgClassName
{
background-color: #FF7D5D;
}
</style>
border-color css
<style>
span { border-color: #FF7D5D; }
span { border-color: rgb(255,125,93); }
td.TdClassName
{
border-color: #FF7D5D;
}
.TagClassName
{
border-color: #FF7D5D;
}
</style>