Shades of Scarlet #F32518
Tints of Scarlet #F32518
RGB
CMYK
RGB Variations
Color information
#F32518 (or 0xF32518) is known color: Scarlet. HEX triplet: F3, 25 and 18. RGB value is (243,37,24). Sum of RGB (Red+Green+Blue) = 243+37+24=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F32518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32518 is #0CDAE7. Grayscale: #616161. Windows color (decimal): -842472 or 1582579. OLE color: 1582579.
HSL color Cylindrical-coordinate representation of color #F32518: hue angle of 3.56º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F32518 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.05 |
| HSL | 3.56º | 0.9% | 0.52% | - |
| HSV(B) | 3.56º | 0.9% | 0.95% | - |
| XYZ | 37.79 | 20.44 | 2.82 | - |
| YUV | 97.11 | 86.75 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 24 | 0 | 0.85 | 0.90 | 0.05 | 3.56 | 0.9 | 0.52 |
| Hex | F3 | 25 | 18 | 0 | 55 | 5A | 5 | 4 | 5A | 34 |
| Octal | 363 | 45 | 30 | 0 | 125 | 132 | 5 | 4 | 132 | 64 |
| Binary | 11110011 | 100101 | 11000 | 0 | 1010101 | 1011010 | 101 | 100 | 1011010 | 110100 |
Color Harmonies of #F32518
Complementary color
Monochromatic Colors of #F32518
Black with #F32518
Text Example
Text Example
White with #F32518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32518; }
p { color: rgb(243,37,24); }
H1.HeaderClassName
{
color: #F32518;
}
.AnyTagClassName
{
color: #F32518;
}
</style>
background-color css
<style>
a { background-color: #F32518; }
a { background-color: rgb(243,37,24); }
div.DivClassName
{
background-color: #F32518;
}
.BgClassName
{
background-color: #F32518;
}
</style>
border-color css
<style>
span { border-color: #F32518; }
span { border-color: rgb(243,37,24); }
td.TdClassName
{
border-color: #F32518;
}
.TagClassName
{
border-color: #F32518;
}
</style>