Shades of Coral Red #F14443
Tints of Coral Red #F14443
RGB
CMYK
RGB Variations
Color information
#F14443 (or 0xF14443) is known color: Coral Red. HEX triplet: F1, 44 and 43. RGB value is (241,68,67). Sum of RGB (Red+Green+Blue) = 241+68+67=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F14443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14443 is #0EBBBC. Grayscale: #777777. Windows color (decimal): -965565 or 4408561. OLE color: 4408561.
HSL color Cylindrical-coordinate representation of color #F14443: hue angle of 0.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14443 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 67 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.05 |
| HSL | 0.34º | 0.86% | 0.6% | - |
| HSV(B) | 0.34º | 0.72% | 0.95% | - |
| XYZ | 39.36 | 23.24 | 7.72 | - |
| YUV | 119.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 67 | 0 | 0.72 | 0.72 | 0.05 | 0.34 | 0.86 | 0.6 |
| Hex | F1 | 44 | 43 | 0 | 48 | 48 | 5 | 0 | 56 | 3C |
| Octal | 361 | 104 | 103 | 0 | 110 | 110 | 5 | 0 | 126 | 74 |
| Binary | 11110001 | 1000100 | 1000011 | 0 | 1001000 | 1001000 | 101 | 0 | 1010110 | 111100 |
Color Harmonies of #F14443
Complementary color
Monochromatic Colors of #F14443
Black with #F14443
Text Example
Text Example
White with #F14443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14443; }
p { color: rgb(241,68,67); }
H1.HeaderClassName
{
color: #F14443;
}
.AnyTagClassName
{
color: #F14443;
}
</style>
background-color css
<style>
a { background-color: #F14443; }
a { background-color: rgb(241,68,67); }
div.DivClassName
{
background-color: #F14443;
}
.BgClassName
{
background-color: #F14443;
}
</style>
border-color css
<style>
span { border-color: #F14443; }
span { border-color: rgb(241,68,67); }
td.TdClassName
{
border-color: #F14443;
}
.TagClassName
{
border-color: #F14443;
}
</style>