Shades of Scarlet #F23413
Tints of Scarlet #F23413
RGB
CMYK
RGB Variations
Color information
#F23413 (or 0xF23413) is known color: Scarlet. HEX triplet: F2, 34 and 13. RGB value is (242,52,19). Sum of RGB (Red+Green+Blue) = 242+52+19=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23413 is #0DCBEC. Grayscale: #696969. Windows color (decimal): -904173 or 1258738. OLE color: 1258738.
HSL color Cylindrical-coordinate representation of color #F23413: hue angle of 8.88º 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 #F23413 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.05 |
| HSL | 8.88º | 0.9% | 0.51% | - |
| HSV(B) | 8.88º | 0.92% | 0.95% | - |
| XYZ | 37.96 | 21.38 | 2.74 | - |
| YUV | 105.05 | 79.45 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 19 | 0 | 0.79 | 0.92 | 0.05 | 8.88 | 0.9 | 0.51 |
| Hex | F2 | 34 | 13 | 0 | 4F | 5C | 5 | 9 | 5A | 33 |
| Octal | 362 | 64 | 23 | 0 | 117 | 134 | 5 | 11 | 132 | 63 |
| Binary | 11110010 | 110100 | 10011 | 0 | 1001111 | 1011100 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F23413
Complementary color
Monochromatic Colors of #F23413
Black with #F23413
Text Example
Text Example
White with #F23413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23413; }
p { color: rgb(242,52,19); }
H1.HeaderClassName
{
color: #F23413;
}
.AnyTagClassName
{
color: #F23413;
}
</style>
background-color css
<style>
a { background-color: #F23413; }
a { background-color: rgb(242,52,19); }
div.DivClassName
{
background-color: #F23413;
}
.BgClassName
{
background-color: #F23413;
}
</style>
border-color css
<style>
span { border-color: #F23413; }
span { border-color: rgb(242,52,19); }
td.TdClassName
{
border-color: #F23413;
}
.TagClassName
{
border-color: #F23413;
}
</style>