Shades of Scarlet #F23313
Tints of Scarlet #F23313
RGB
CMYK
RGB Variations
Color information
#F23313 (or 0xF23313) is known color: Scarlet. HEX triplet: F2, 33 and 13. RGB value is (242,51,19). Sum of RGB (Red+Green+Blue) = 242+51+19=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23313 is #0DCCEC. Grayscale: #686868. Windows color (decimal): -904429 or 1258482. OLE color: 1258482.
HSL color Cylindrical-coordinate representation of color #F23313: hue angle of 8.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F23313 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.05 |
| HSL | 8.61º | 0.9% | 0.51% | - |
| HSV(B) | 8.61º | 0.92% | 0.95% | - |
| XYZ | 37.92 | 21.29 | 2.73 | - |
| YUV | 104.46 | 79.78 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 19 | 0 | 0.79 | 0.92 | 0.05 | 8.61 | 0.9 | 0.51 |
| Hex | F2 | 33 | 13 | 0 | 4F | 5C | 5 | 9 | 5A | 33 |
| Octal | 362 | 63 | 23 | 0 | 117 | 134 | 5 | 11 | 132 | 63 |
| Binary | 11110010 | 110011 | 10011 | 0 | 1001111 | 1011100 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F23313
Complementary color
Monochromatic Colors of #F23313
Black with #F23313
Text Example
Text Example
White with #F23313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23313; }
p { color: rgb(242,51,19); }
H1.HeaderClassName
{
color: #F23313;
}
.AnyTagClassName
{
color: #F23313;
}
</style>
background-color css
<style>
a { background-color: #F23313; }
a { background-color: rgb(242,51,19); }
div.DivClassName
{
background-color: #F23313;
}
.BgClassName
{
background-color: #F23313;
}
</style>
border-color css
<style>
span { border-color: #F23313; }
span { border-color: rgb(242,51,19); }
td.TdClassName
{
border-color: #F23313;
}
.TagClassName
{
border-color: #F23313;
}
</style>