Shades of Scarlet #F23418
Tints of Scarlet #F23418
RGB
CMYK
RGB Variations
Color information
#F23418 (or 0xF23418) is known color: Scarlet. HEX triplet: F2, 34 and 18. RGB value is (242,52,24). Sum of RGB (Red+Green+Blue) = 242+52+24=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F23418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23418 is #0DCBE7. Grayscale: #696969. Windows color (decimal): -904168 or 1586418. OLE color: 1586418.
HSL color Cylindrical-coordinate representation of color #F23418: hue angle of 7.71º degrees, saturation: 0.89, 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 #F23418 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.05 |
| HSL | 7.71º | 0.89% | 0.52% | - |
| HSV(B) | 7.71º | 0.9% | 0.95% | - |
| XYZ | 38.01 | 21.4 | 2.99 | - |
| YUV | 105.62 | 81.95 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 24 | 0 | 0.79 | 0.90 | 0.05 | 7.71 | 0.89 | 0.52 |
| Hex | F2 | 34 | 18 | 0 | 4F | 5A | 5 | 8 | 59 | 34 |
| Octal | 362 | 64 | 30 | 0 | 117 | 132 | 5 | 10 | 131 | 64 |
| Binary | 11110010 | 110100 | 11000 | 0 | 1001111 | 1011010 | 101 | 1000 | 1011001 | 110100 |
Color Harmonies of #F23418
Complementary color
Monochromatic Colors of #F23418
Black with #F23418
Text Example
Text Example
White with #F23418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23418; }
p { color: rgb(242,52,24); }
H1.HeaderClassName
{
color: #F23418;
}
.AnyTagClassName
{
color: #F23418;
}
</style>
background-color css
<style>
a { background-color: #F23418; }
a { background-color: rgb(242,52,24); }
div.DivClassName
{
background-color: #F23418;
}
.BgClassName
{
background-color: #F23418;
}
</style>
border-color css
<style>
span { border-color: #F23418; }
span { border-color: rgb(242,52,24); }
td.TdClassName
{
border-color: #F23418;
}
.TagClassName
{
border-color: #F23418;
}
</style>