Shades of Coral Red #F03E3E
Tints of Coral Red #F03E3E
RGB
CMYK
RGB Variations
Color information
#F03E3E (or 0xF03E3E) is known color: Coral Red. HEX triplet: F0, 3E and 3E. RGB value is (240,62,62). Sum of RGB (Red+Green+Blue) = 240+62+62=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E3E is #0FC1C1. Grayscale: #737373. Windows color (decimal): -1032642 or 4079344. OLE color: 4079344.
HSL color Cylindrical-coordinate representation of color #F03E3E: hue angle of 0º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03E3E is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 62 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.06 |
| HSL | 0º | 0.86% | 0.59% | - |
| HSV(B) | 0º | 0.74% | 0.94% | - |
| XYZ | 38.53 | 22.32 | 6.83 | - |
| YUV | 115.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 62 | 0 | 0.74 | 0.74 | 0.06 | 0 | 0.86 | 0.59 |
| Hex | F0 | 3E | 3E | 0 | 4A | 4A | 6 | 0 | 56 | 3B |
| Octal | 360 | 76 | 76 | 0 | 112 | 112 | 6 | 0 | 126 | 73 |
| Binary | 11110000 | 111110 | 111110 | 0 | 1001010 | 1001010 | 110 | 0 | 1010110 | 111011 |
Color Harmonies of #F03E3E
Complementary color
Monochromatic Colors of #F03E3E
Black with #F03E3E
Text Example
Text Example
White with #F03E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03E3E; }
p { color: rgb(240,62,62); }
H1.HeaderClassName
{
color: #F03E3E;
}
.AnyTagClassName
{
color: #F03E3E;
}
</style>
background-color css
<style>
a { background-color: #F03E3E; }
a { background-color: rgb(240,62,62); }
div.DivClassName
{
background-color: #F03E3E;
}
.BgClassName
{
background-color: #F03E3E;
}
</style>
border-color css
<style>
span { border-color: #F03E3E; }
span { border-color: rgb(240,62,62); }
td.TdClassName
{
border-color: #F03E3E;
}
.TagClassName
{
border-color: #F03E3E;
}
</style>