Shades of Red #F31001
Tints of Red #F31001
RGB
CMYK
RGB Variations
Color information
#F31001 (or 0xF31001) is known color: Red. HEX triplet: F3, 10 and 01. RGB value is (243,16,1). Sum of RGB (Red+Green+Blue) = 243+16+1=260 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.46% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 243 - color contains mainly: red. Hex color #F31001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31001 is #0CEFFE. Grayscale: #525252. Windows color (decimal): -847871 or 69875. OLE color: 69875.
HSL color Cylindrical-coordinate representation of color #F31001: hue angle of 3.72º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31001 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.05 |
| HSL | 3.72º | 0.99% | 0.48% | - |
| HSV(B) | 3.72º | 1% | 0.95% | - |
| XYZ | 37.15 | 19.43 | 1.82 | - |
| YUV | 82.16 | 82.21 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 1 | 0 | 0.93 | 1.00 | 0.05 | 3.72 | 0.99 | 0.48 |
| Hex | F3 | 10 | 1 | 0 | 5D | 64 | 5 | 4 | 63 | 30 |
| Octal | 363 | 20 | 1 | 0 | 135 | 144 | 5 | 4 | 143 | 60 |
| Binary | 11110011 | 10000 | 1 | 0 | 1011101 | 1100100 | 101 | 100 | 1100011 | 110000 |
Color Harmonies of #F31001
Complementary color
Monochromatic Colors of #F31001
Black with #F31001
Text Example
Text Example
White with #F31001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31001; }
p { color: rgb(243,16,1); }
H1.HeaderClassName
{
color: #F31001;
}
.AnyTagClassName
{
color: #F31001;
}
</style>
background-color css
<style>
a { background-color: #F31001; }
a { background-color: rgb(243,16,1); }
div.DivClassName
{
background-color: #F31001;
}
.BgClassName
{
background-color: #F31001;
}
</style>
border-color css
<style>
span { border-color: #F31001; }
span { border-color: rgb(243,16,1); }
td.TdClassName
{
border-color: #F31001;
}
.TagClassName
{
border-color: #F31001;
}
</style>