Shades of Red #F30E05
Tints of Red #F30E05
RGB
CMYK
RGB Variations
Color information
#F30E05 (or 0xF30E05) is known color: Red. HEX triplet: F3, 0E and 05. RGB value is (243,14,5). Sum of RGB (Red+Green+Blue) = 243+14+5=262 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.75% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30E05 is #0CF1FA. Grayscale: #515151. Windows color (decimal): -848379 or 331507. OLE color: 331507.
HSL color Cylindrical-coordinate representation of color #F30E05: hue angle of 2.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30E05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.05 |
| HSL | 2.27º | 0.96% | 0.49% | - |
| HSV(B) | 2.27º | 0.98% | 0.95% | - |
| XYZ | 37.15 | 19.38 | 1.93 | - |
| YUV | 81.45 | 84.87 | 243.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 5 | 0 | 0.94 | 0.98 | 0.05 | 2.27 | 0.96 | 0.49 |
| Hex | F3 | E | 5 | 0 | 5E | 62 | 5 | 2 | 60 | 31 |
| Octal | 363 | 16 | 5 | 0 | 136 | 142 | 5 | 2 | 140 | 61 |
| Binary | 11110011 | 1110 | 101 | 0 | 1011110 | 1100010 | 101 | 10 | 1100000 | 110001 |
Color Harmonies of #F30E05
Complementary color
Monochromatic Colors of #F30E05
Black with #F30E05
Text Example
Text Example
White with #F30E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E05; }
p { color: rgb(243,14,5); }
H1.HeaderClassName
{
color: #F30E05;
}
.AnyTagClassName
{
color: #F30E05;
}
</style>
background-color css
<style>
a { background-color: #F30E05; }
a { background-color: rgb(243,14,5); }
div.DivClassName
{
background-color: #F30E05;
}
.BgClassName
{
background-color: #F30E05;
}
</style>
border-color css
<style>
span { border-color: #F30E05; }
span { border-color: rgb(243,14,5); }
td.TdClassName
{
border-color: #F30E05;
}
.TagClassName
{
border-color: #F30E05;
}
</style>