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