Shades of Scarlet #F23513
Tints of Scarlet #F23513
RGB
CMYK
RGB Variations
Color information
#F23513 (or 0xF23513) is known color: Scarlet. HEX triplet: F2, 35 and 13. RGB value is (242,53,19). Sum of RGB (Red+Green+Blue) = 242+53+19=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F23513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23513 is #0DCAEC. Grayscale: #696969. Windows color (decimal): -903917 or 1258994. OLE color: 1258994.
HSL color Cylindrical-coordinate representation of color #F23513: hue angle of 9.15º 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 #F23513 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.05 |
| HSL | 9.15º | 0.9% | 0.51% | - |
| HSV(B) | 9.15º | 0.92% | 0.95% | - |
| XYZ | 38.01 | 21.47 | 2.76 | - |
| YUV | 105.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 19 | 0 | 0.78 | 0.92 | 0.05 | 9.15 | 0.9 | 0.51 |
| Hex | F2 | 35 | 13 | 0 | 4E | 5C | 5 | 9 | 5A | 33 |
| Octal | 362 | 65 | 23 | 0 | 116 | 134 | 5 | 11 | 132 | 63 |
| Binary | 11110010 | 110101 | 10011 | 0 | 1001110 | 1011100 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F23513
Complementary color
Monochromatic Colors of #F23513
Black with #F23513
Text Example
Text Example
White with #F23513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23513; }
p { color: rgb(242,53,19); }
H1.HeaderClassName
{
color: #F23513;
}
.AnyTagClassName
{
color: #F23513;
}
</style>
background-color css
<style>
a { background-color: #F23513; }
a { background-color: rgb(242,53,19); }
div.DivClassName
{
background-color: #F23513;
}
.BgClassName
{
background-color: #F23513;
}
</style>
border-color css
<style>
span { border-color: #F23513; }
span { border-color: rgb(242,53,19); }
td.TdClassName
{
border-color: #F23513;
}
.TagClassName
{
border-color: #F23513;
}
</style>