Shades of Red #F10D02
Tints of Red #F10D02
RGB
CMYK
RGB Variations
Color information
#F10D02 (or 0xF10D02) is known color: Red. HEX triplet: F1, 0D and 02. RGB value is (241,13,2). Sum of RGB (Red+Green+Blue) = 241+13+2=256 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.14% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10D02 is #0EF2FD. Grayscale: #505050. Windows color (decimal): -979710 or 134641. OLE color: 134641.
HSL color Cylindrical-coordinate representation of color #F10D02: hue angle of 2.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10D02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.05 |
| HSL | 2.76º | 0.98% | 0.48% | - |
| HSV(B) | 2.76º | 0.99% | 0.95% | - |
| XYZ | 36.43 | 18.99 | 1.8 | - |
| YUV | 79.92 | 84.04 | 242.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 2 | 0 | 0.95 | 0.99 | 0.05 | 2.76 | 0.98 | 0.48 |
| Hex | F1 | D | 2 | 0 | 5F | 63 | 5 | 3 | 62 | 30 |
| Octal | 361 | 15 | 2 | 0 | 137 | 143 | 5 | 3 | 142 | 60 |
| Binary | 11110001 | 1101 | 10 | 0 | 1011111 | 1100011 | 101 | 11 | 1100010 | 110000 |
Color Harmonies of #F10D02
Complementary color
Monochromatic Colors of #F10D02
Black with #F10D02
Text Example
Text Example
White with #F10D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D02; }
p { color: rgb(241,13,2); }
H1.HeaderClassName
{
color: #F10D02;
}
.AnyTagClassName
{
color: #F10D02;
}
</style>
background-color css
<style>
a { background-color: #F10D02; }
a { background-color: rgb(241,13,2); }
div.DivClassName
{
background-color: #F10D02;
}
.BgClassName
{
background-color: #F10D02;
}
</style>
border-color css
<style>
span { border-color: #F10D02; }
span { border-color: rgb(241,13,2); }
td.TdClassName
{
border-color: #F10D02;
}
.TagClassName
{
border-color: #F10D02;
}
</style>