Shades of Red #F30E04
Tints of Red #F30E04
RGB
CMYK
RGB Variations
Color information
#F30E04 (or 0xF30E04) is known color: Red. HEX triplet: F3, 0E and 04. RGB value is (243,14,4). Sum of RGB (Red+Green+Blue) = 243+14+4=261 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.10% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30E04 is #0CF1FB. Grayscale: #515151. Windows color (decimal): -848380 or 265971. OLE color: 265971.
HSL color Cylindrical-coordinate representation of color #F30E04: hue angle of 2.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30E04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.05 |
| HSL | 2.51º | 0.97% | 0.48% | - |
| HSV(B) | 2.51º | 0.98% | 0.95% | - |
| XYZ | 37.14 | 19.38 | 1.9 | - |
| YUV | 81.33 | 84.37 | 243.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 4 | 0 | 0.94 | 0.98 | 0.05 | 2.51 | 0.97 | 0.48 |
| Hex | F3 | E | 4 | 0 | 5E | 62 | 5 | 3 | 61 | 30 |
| Octal | 363 | 16 | 4 | 0 | 136 | 142 | 5 | 3 | 141 | 60 |
| Binary | 11110011 | 1110 | 100 | 0 | 1011110 | 1100010 | 101 | 11 | 1100001 | 110000 |
Color Harmonies of #F30E04
Complementary color
Monochromatic Colors of #F30E04
Black with #F30E04
Text Example
Text Example
White with #F30E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E04; }
p { color: rgb(243,14,4); }
H1.HeaderClassName
{
color: #F30E04;
}
.AnyTagClassName
{
color: #F30E04;
}
</style>
background-color css
<style>
a { background-color: #F30E04; }
a { background-color: rgb(243,14,4); }
div.DivClassName
{
background-color: #F30E04;
}
.BgClassName
{
background-color: #F30E04;
}
</style>
border-color css
<style>
span { border-color: #F30E04; }
span { border-color: rgb(243,14,4); }
td.TdClassName
{
border-color: #F30E04;
}
.TagClassName
{
border-color: #F30E04;
}
</style>