Shades of Scarlet #F31502
Tints of Scarlet #F31502
RGB
CMYK
RGB Variations
Color information
#F31502 (or 0xF31502) is known color: Scarlet. HEX triplet: F3, 15 and 02. RGB value is (243,21,2). Sum of RGB (Red+Green+Blue) = 243+21+2=266 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.35% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 243 - color contains mainly: red. Hex color #F31502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31502 is #0CEAFD. Grayscale: #555555. Windows color (decimal): -846590 or 136691. OLE color: 136691.
HSL color Cylindrical-coordinate representation of color #F31502: hue angle of 4.73º 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 #F31502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.05 |
| HSL | 4.73º | 0.98% | 0.48% | - |
| HSV(B) | 4.73º | 0.99% | 0.95% | - |
| XYZ | 37.24 | 19.6 | 1.88 | - |
| YUV | 85.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 2 | 0 | 0.91 | 0.99 | 0.05 | 4.73 | 0.98 | 0.48 |
| Hex | F3 | 15 | 2 | 0 | 5B | 63 | 5 | 5 | 62 | 30 |
| Octal | 363 | 25 | 2 | 0 | 133 | 143 | 5 | 5 | 142 | 60 |
| Binary | 11110011 | 10101 | 10 | 0 | 1011011 | 1100011 | 101 | 101 | 1100010 | 110000 |
Color Harmonies of #F31502
Complementary color
Monochromatic Colors of #F31502
Black with #F31502
Text Example
Text Example
White with #F31502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31502; }
p { color: rgb(243,21,2); }
H1.HeaderClassName
{
color: #F31502;
}
.AnyTagClassName
{
color: #F31502;
}
</style>
background-color css
<style>
a { background-color: #F31502; }
a { background-color: rgb(243,21,2); }
div.DivClassName
{
background-color: #F31502;
}
.BgClassName
{
background-color: #F31502;
}
</style>
border-color css
<style>
span { border-color: #F31502; }
span { border-color: rgb(243,21,2); }
td.TdClassName
{
border-color: #F31502;
}
.TagClassName
{
border-color: #F31502;
}
</style>