Shades of Red #F10300
Tints of Red #F10300
RGB
CMYK
RGB Variations
Color information
#F10300 (or 0xF10300) is known color: Red. HEX triplet: F1, 03 and 00. RGB value is (241,3,0). Sum of RGB (Red+Green+Blue) = 241+3+0=244 (32% of max value = 765). Red value is 241 (94.53% from 255 or 98.77% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 241 - color contains mainly: red. Hex color #F10300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10300 is #0EFCFF. Grayscale: #4A4A4A. Windows color (decimal): -982272 or 1009. OLE color: 1009.
HSL color Cylindrical-coordinate representation of color #F10300: hue angle of 0.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.05 |
| HSL | 0.75º | 1% | 0.47% | - |
| HSV(B) | 0.75º | 1% | 0.95% | - |
| XYZ | 36.31 | 18.77 | 1.71 | - |
| YUV | 73.82 | 86.35 | 247.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 0 | 0 | 0.99 | 1 | 0.05 | 0.75 | 1 | 0.47 |
| Hex | F1 | 3 | 0 | 0 | 63 | 64 | 5 | 1 | 64 | 2F |
| Octal | 361 | 3 | 0 | 0 | 143 | 144 | 5 | 1 | 144 | 57 |
| Binary | 11110001 | 11 | 0 | 0 | 1100011 | 1100100 | 101 | 1 | 1100100 | 101111 |
Color Harmonies of #F10300
Complementary color
Monochromatic Colors of #F10300
Black with #F10300
Text Example
Text Example
White with #F10300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10300; }
p { color: rgb(241,3,0); }
H1.HeaderClassName
{
color: #F10300;
}
.AnyTagClassName
{
color: #F10300;
}
</style>
background-color css
<style>
a { background-color: #F10300; }
a { background-color: rgb(241,3,0); }
div.DivClassName
{
background-color: #F10300;
}
.BgClassName
{
background-color: #F10300;
}
</style>
border-color css
<style>
span { border-color: #F10300; }
span { border-color: rgb(241,3,0); }
td.TdClassName
{
border-color: #F10300;
}
.TagClassName
{
border-color: #F10300;
}
</style>