Shades of Red #F10D00
Tints of Red #F10D00
RGB
CMYK
RGB Variations
Color information
#F10D00 (or 0xF10D00) is known color: Red. HEX triplet: F1, 0D and 00. RGB value is (241,13,0). Sum of RGB (Red+Green+Blue) = 241+13+0=254 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.88% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10D00 is #0EF2FF. Grayscale: #4F4F4F. Windows color (decimal): -979712 or 3569. OLE color: 3569.
HSL color Cylindrical-coordinate representation of color #F10D00: hue angle of 3.24º 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 #F10D00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.05 |
| HSL | 3.24º | 1% | 0.47% | - |
| HSV(B) | 3.24º | 1% | 0.95% | - |
| XYZ | 36.42 | 18.99 | 1.75 | - |
| YUV | 79.69 | 83.04 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 0 | 0 | 0.95 | 1 | 0.05 | 3.24 | 1 | 0.47 |
| Hex | F1 | D | 0 | 0 | 5F | 64 | 5 | 3 | 64 | 2F |
| Octal | 361 | 15 | 0 | 0 | 137 | 144 | 5 | 3 | 144 | 57 |
| Binary | 11110001 | 1101 | 0 | 0 | 1011111 | 1100100 | 101 | 11 | 1100100 | 101111 |
Color Harmonies of #F10D00
Complementary color
Monochromatic Colors of #F10D00
Black with #F10D00
Text Example
Text Example
White with #F10D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D00; }
p { color: rgb(241,13,0); }
H1.HeaderClassName
{
color: #F10D00;
}
.AnyTagClassName
{
color: #F10D00;
}
</style>
background-color css
<style>
a { background-color: #F10D00; }
a { background-color: rgb(241,13,0); }
div.DivClassName
{
background-color: #F10D00;
}
.BgClassName
{
background-color: #F10D00;
}
</style>
border-color css
<style>
span { border-color: #F10D00; }
span { border-color: rgb(241,13,0); }
td.TdClassName
{
border-color: #F10D00;
}
.TagClassName
{
border-color: #F10D00;
}
</style>