Shades of Scarlet #F23201
Tints of Scarlet #F23201
RGB
CMYK
RGB Variations
Color information
#F23201 (or 0xF23201) is known color: Scarlet. HEX triplet: F2, 32 and 01. RGB value is (242,50,1). Sum of RGB (Red+Green+Blue) = 242+50+1=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F23201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23201 is #0DCDFE. Grayscale: #666666. Windows color (decimal): -904703 or 78578. OLE color: 78578.
HSL color Cylindrical-coordinate representation of color #F23201: hue angle of 12.2º 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 #F23201 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.05 |
| HSL | 12.2º | 0.99% | 0.48% | - |
| HSV(B) | 12.2º | 1% | 0.95% | - |
| XYZ | 37.76 | 21.16 | 2.12 | - |
| YUV | 101.82 | 71.11 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 1 | 0 | 0.79 | 1.00 | 0.05 | 12.2 | 0.99 | 0.48 |
| Hex | F2 | 32 | 1 | 0 | 4F | 64 | 5 | C | 63 | 30 |
| Octal | 362 | 62 | 1 | 0 | 117 | 144 | 5 | 14 | 143 | 60 |
| Binary | 11110010 | 110010 | 1 | 0 | 1001111 | 1100100 | 101 | 1100 | 1100011 | 110000 |
Color Harmonies of #F23201
Complementary color
Monochromatic Colors of #F23201
Black with #F23201
Text Example
Text Example
White with #F23201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23201; }
p { color: rgb(242,50,1); }
H1.HeaderClassName
{
color: #F23201;
}
.AnyTagClassName
{
color: #F23201;
}
</style>
background-color css
<style>
a { background-color: #F23201; }
a { background-color: rgb(242,50,1); }
div.DivClassName
{
background-color: #F23201;
}
.BgClassName
{
background-color: #F23201;
}
</style>
border-color css
<style>
span { border-color: #F23201; }
span { border-color: rgb(242,50,1); }
td.TdClassName
{
border-color: #F23201;
}
.TagClassName
{
border-color: #F23201;
}
</style>