Shades of Red #F30804
Tints of Red #F30804
RGB
CMYK
RGB Variations
Color information
#F30804 (or 0xF30804) is known color: Red. HEX triplet: F3, 08 and 04. RGB value is (243,8,4). Sum of RGB (Red+Green+Blue) = 243+8+4=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F30804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30804 is #0CF7FB. Grayscale: #4E4E4E. Windows color (decimal): -849916 or 264435. OLE color: 264435.
HSL color Cylindrical-coordinate representation of color #F30804: hue angle of 1º 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 #F30804 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.05 |
| HSL | 1º | 0.97% | 0.48% | - |
| HSV(B) | 1º | 0.98% | 0.95% | - |
| XYZ | 37.07 | 19.24 | 1.87 | - |
| YUV | 77.81 | 86.36 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 4 | 0 | 0.97 | 0.98 | 0.05 | 1 | 0.97 | 0.48 |
| Hex | F3 | 8 | 4 | 0 | 61 | 62 | 5 | 1 | 61 | 30 |
| Octal | 363 | 10 | 4 | 0 | 141 | 142 | 5 | 1 | 141 | 60 |
| Binary | 11110011 | 1000 | 100 | 0 | 1100001 | 1100010 | 101 | 1 | 1100001 | 110000 |
Color Harmonies of #F30804
Complementary color
Monochromatic Colors of #F30804
Black with #F30804
Text Example
Text Example
White with #F30804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30804; }
p { color: rgb(243,8,4); }
H1.HeaderClassName
{
color: #F30804;
}
.AnyTagClassName
{
color: #F30804;
}
</style>
background-color css
<style>
a { background-color: #F30804; }
a { background-color: rgb(243,8,4); }
div.DivClassName
{
background-color: #F30804;
}
.BgClassName
{
background-color: #F30804;
}
</style>
border-color css
<style>
span { border-color: #F30804; }
span { border-color: rgb(243,8,4); }
td.TdClassName
{
border-color: #F30804;
}
.TagClassName
{
border-color: #F30804;
}
</style>