Shades of Scarlet #F23401
Tints of Scarlet #F23401
RGB
CMYK
RGB Variations
Color information
#F23401 (or 0xF23401) is known color: Scarlet. HEX triplet: F2, 34 and 01. RGB value is (242,52,1). Sum of RGB (Red+Green+Blue) = 242+52+1=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F23401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23401 is #0DCBFE. Grayscale: #676767. Windows color (decimal): -904191 or 79090. OLE color: 79090.
HSL color Cylindrical-coordinate representation of color #F23401: hue angle of 12.7º 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 #F23401 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.05 |
| HSL | 12.7º | 0.99% | 0.48% | - |
| HSV(B) | 12.7º | 1% | 0.95% | - |
| XYZ | 37.85 | 21.34 | 2.15 | - |
| YUV | 103 | 70.45 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 1 | 0 | 0.79 | 1.00 | 0.05 | 12.7 | 0.99 | 0.48 |
| Hex | F2 | 34 | 1 | 0 | 4F | 64 | 5 | D | 63 | 30 |
| Octal | 362 | 64 | 1 | 0 | 117 | 144 | 5 | 15 | 143 | 60 |
| Binary | 11110010 | 110100 | 1 | 0 | 1001111 | 1100100 | 101 | 1101 | 1100011 | 110000 |
Color Harmonies of #F23401
Complementary color
Monochromatic Colors of #F23401
Black with #F23401
Text Example
Text Example
White with #F23401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23401; }
p { color: rgb(242,52,1); }
H1.HeaderClassName
{
color: #F23401;
}
.AnyTagClassName
{
color: #F23401;
}
</style>
background-color css
<style>
a { background-color: #F23401; }
a { background-color: rgb(242,52,1); }
div.DivClassName
{
background-color: #F23401;
}
.BgClassName
{
background-color: #F23401;
}
</style>
border-color css
<style>
span { border-color: #F23401; }
span { border-color: rgb(242,52,1); }
td.TdClassName
{
border-color: #F23401;
}
.TagClassName
{
border-color: #F23401;
}
</style>