Shades of Coral Red #F14540
Tints of Coral Red #F14540
RGB
CMYK
RGB Variations
Color information
#F14540 (or 0xF14540) is known color: Coral Red. HEX triplet: F1, 45 and 40. RGB value is (241,69,64). Sum of RGB (Red+Green+Blue) = 241+69+64=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F14540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14540 is #0EBABF. Grayscale: #787878. Windows color (decimal): -965312 or 4212209. OLE color: 4212209.
HSL color Cylindrical-coordinate representation of color #F14540: hue angle of 1.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14540 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 64 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.05 |
| HSL | 1.69º | 0.86% | 0.6% | - |
| HSV(B) | 1.69º | 0.73% | 0.95% | - |
| XYZ | 39.33 | 23.33 | 7.28 | - |
| YUV | 119.86 | 96.48 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 64 | 0 | 0.71 | 0.73 | 0.05 | 1.69 | 0.86 | 0.6 |
| Hex | F1 | 45 | 40 | 0 | 47 | 49 | 5 | 2 | 56 | 3C |
| Octal | 361 | 105 | 100 | 0 | 107 | 111 | 5 | 2 | 126 | 74 |
| Binary | 11110001 | 1000101 | 1000000 | 0 | 1000111 | 1001001 | 101 | 10 | 1010110 | 111100 |
Color Harmonies of #F14540
Complementary color
Monochromatic Colors of #F14540
Black with #F14540
Text Example
Text Example
White with #F14540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14540; }
p { color: rgb(241,69,64); }
H1.HeaderClassName
{
color: #F14540;
}
.AnyTagClassName
{
color: #F14540;
}
</style>
background-color css
<style>
a { background-color: #F14540; }
a { background-color: rgb(241,69,64); }
div.DivClassName
{
background-color: #F14540;
}
.BgClassName
{
background-color: #F14540;
}
</style>
border-color css
<style>
span { border-color: #F14540; }
span { border-color: rgb(241,69,64); }
td.TdClassName
{
border-color: #F14540;
}
.TagClassName
{
border-color: #F14540;
}
</style>