Shades of Coral Red #FF4645
Tints of Coral Red #FF4645
RGB
CMYK
RGB Variations
Color information
#FF4645 (or 0xFF4645) is known color: Coral Red. HEX triplet: FF, 46 and 45. RGB value is (255,70,69). Sum of RGB (Red+Green+Blue) = 255+70+69=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4645 is #00B9BA. Grayscale: #7D7D7D. Windows color (decimal): -47547 or 4540159. OLE color: 4540159.
HSL color Cylindrical-coordinate representation of color #FF4645: hue angle of 0.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4645 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 69 | - |
| CMYK | 0 | 0.73 | 0.73 | 0 |
| HSL | 0.32º | 1% | 0.64% | - |
| HSV(B) | 0.32º | 0.73% | 1% | - |
| XYZ | 44.5 | 26.07 | 8.32 | - |
| YUV | 125.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 69 | 0 | 0.73 | 0.73 | 0 | 0.32 | 1 | 0.64 |
| Hex | FF | 46 | 45 | 0 | 49 | 49 | 0 | 0 | 64 | 40 |
| Octal | 377 | 106 | 105 | 0 | 111 | 111 | 0 | 0 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1000101 | 0 | 1001001 | 1001001 | 0 | 0 | 1100100 | 1000000 |
Color Harmonies of #FF4645
Complementary color
Monochromatic Colors of #FF4645
Black with #FF4645
Text Example
Text Example
White with #FF4645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4645; }
p { color: rgb(255,70,69); }
H1.HeaderClassName
{
color: #FF4645;
}
.AnyTagClassName
{
color: #FF4645;
}
</style>
background-color css
<style>
a { background-color: #FF4645; }
a { background-color: rgb(255,70,69); }
div.DivClassName
{
background-color: #FF4645;
}
.BgClassName
{
background-color: #FF4645;
}
</style>
border-color css
<style>
span { border-color: #FF4645; }
span { border-color: rgb(255,70,69); }
td.TdClassName
{
border-color: #FF4645;
}
.TagClassName
{
border-color: #FF4645;
}
</style>