Shades of Coral Red #F33C3A
Tints of Coral Red #F33C3A
RGB
CMYK
RGB Variations
Color information
#F33C3A (or 0xF33C3A) is known color: Coral Red. HEX triplet: F3, 3C and 3A. RGB value is (243,60,58). Sum of RGB (Red+Green+Blue) = 243+60+58=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C3A is #0CC3C5. Grayscale: #727272. Windows color (decimal): -836550 or 3816691. OLE color: 3816691.
HSL color Cylindrical-coordinate representation of color #F33C3A: hue angle of 0.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33C3A is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 58 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.05 |
| HSL | 0.65º | 0.89% | 0.59% | - |
| HSV(B) | 0.65º | 0.76% | 0.95% | - |
| XYZ | 39.34 | 22.59 | 6.29 | - |
| YUV | 114.49 | 96.13 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 58 | 0 | 0.75 | 0.76 | 0.05 | 0.65 | 0.89 | 0.59 |
| Hex | F3 | 3C | 3A | 0 | 4B | 4C | 5 | 1 | 59 | 3B |
| Octal | 363 | 74 | 72 | 0 | 113 | 114 | 5 | 1 | 131 | 73 |
| Binary | 11110011 | 111100 | 111010 | 0 | 1001011 | 1001100 | 101 | 1 | 1011001 | 111011 |
Color Harmonies of #F33C3A
Complementary color
Monochromatic Colors of #F33C3A
Black with #F33C3A
Text Example
Text Example
White with #F33C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C3A; }
p { color: rgb(243,60,58); }
H1.HeaderClassName
{
color: #F33C3A;
}
.AnyTagClassName
{
color: #F33C3A;
}
</style>
background-color css
<style>
a { background-color: #F33C3A; }
a { background-color: rgb(243,60,58); }
div.DivClassName
{
background-color: #F33C3A;
}
.BgClassName
{
background-color: #F33C3A;
}
</style>
border-color css
<style>
span { border-color: #F33C3A; }
span { border-color: rgb(243,60,58); }
td.TdClassName
{
border-color: #F33C3A;
}
.TagClassName
{
border-color: #F33C3A;
}
</style>