Shades of Scarlet #F31902
Tints of Scarlet #F31902
RGB
CMYK
RGB Variations
Color information
#F31902 (or 0xF31902) is known color: Scarlet. HEX triplet: F3, 19 and 02. RGB value is (243,25,2). Sum of RGB (Red+Green+Blue) = 243+25+2=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F31902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31902 is #0CE6FD. Grayscale: #575757. Windows color (decimal): -845566 or 137715. OLE color: 137715.
HSL color Cylindrical-coordinate representation of color #F31902: hue angle of 5.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 #F31902 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.05 |
| HSL | 5.73º | 0.98% | 0.48% | - |
| HSV(B) | 5.73º | 0.99% | 0.95% | - |
| XYZ | 37.32 | 19.75 | 1.9 | - |
| YUV | 87.56 | 79.72 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 2 | 0 | 0.90 | 0.99 | 0.05 | 5.73 | 0.98 | 0.48 |
| Hex | F3 | 19 | 2 | 0 | 5A | 63 | 5 | 6 | 62 | 30 |
| Octal | 363 | 31 | 2 | 0 | 132 | 143 | 5 | 6 | 142 | 60 |
| Binary | 11110011 | 11001 | 10 | 0 | 1011010 | 1100011 | 101 | 110 | 1100010 | 110000 |
Color Harmonies of #F31902
Complementary color
Monochromatic Colors of #F31902
Black with #F31902
Text Example
Text Example
White with #F31902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31902; }
p { color: rgb(243,25,2); }
H1.HeaderClassName
{
color: #F31902;
}
.AnyTagClassName
{
color: #F31902;
}
</style>
background-color css
<style>
a { background-color: #F31902; }
a { background-color: rgb(243,25,2); }
div.DivClassName
{
background-color: #F31902;
}
.BgClassName
{
background-color: #F31902;
}
</style>
border-color css
<style>
span { border-color: #F31902; }
span { border-color: rgb(243,25,2); }
td.TdClassName
{
border-color: #F31902;
}
.TagClassName
{
border-color: #F31902;
}
</style>