Shades of Coral Red #F03C3C
Tints of Coral Red #F03C3C
RGB
CMYK
RGB Variations
Color information
#F03C3C (or 0xF03C3C) is known color: Coral Red. HEX triplet: F0, 3C and 3C. RGB value is (240,60,60). Sum of RGB (Red+Green+Blue) = 240+60+60=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C3C is #0FC3C3. Grayscale: #727272. Windows color (decimal): -1033156 or 3947760. OLE color: 3947760.
HSL color Cylindrical-coordinate representation of color #F03C3C: 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.75%. Process color model (Four color, CMYK) of #F03C3C is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 60 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.06 |
| HSL | 0º | 0.86% | 0.59% | - |
| HSV(B) | 0º | 0.75% | 0.94% | - |
| XYZ | 38.37 | 22.08 | 6.52 | - |
| YUV | 113.82 | 97.63 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 60 | 0 | 0.75 | 0.75 | 0.06 | 0 | 0.86 | 0.59 |
| Hex | F0 | 3C | 3C | 0 | 4B | 4B | 6 | 0 | 56 | 3B |
| Octal | 360 | 74 | 74 | 0 | 113 | 113 | 6 | 0 | 126 | 73 |
| Binary | 11110000 | 111100 | 111100 | 0 | 1001011 | 1001011 | 110 | 0 | 1010110 | 111011 |
Color Harmonies of #F03C3C
Complementary color
Monochromatic Colors of #F03C3C
Black with #F03C3C
Text Example
Text Example
White with #F03C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C3C; }
p { color: rgb(240,60,60); }
H1.HeaderClassName
{
color: #F03C3C;
}
.AnyTagClassName
{
color: #F03C3C;
}
</style>
background-color css
<style>
a { background-color: #F03C3C; }
a { background-color: rgb(240,60,60); }
div.DivClassName
{
background-color: #F03C3C;
}
.BgClassName
{
background-color: #F03C3C;
}
</style>
border-color css
<style>
span { border-color: #F03C3C; }
span { border-color: rgb(240,60,60); }
td.TdClassName
{
border-color: #F03C3C;
}
.TagClassName
{
border-color: #F03C3C;
}
</style>