Shades of Scarlet #F23218
Tints of Scarlet #F23218
RGB
CMYK
RGB Variations
Color information
#F23218 (or 0xF23218) is known color: Scarlet. HEX triplet: F2, 32 and 18. RGB value is (242,50,24). Sum of RGB (Red+Green+Blue) = 242+50+24=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23218 is #0DCDE7. Grayscale: #686868. Windows color (decimal): -904680 or 1585906. OLE color: 1585906.
HSL color Cylindrical-coordinate representation of color #F23218: hue angle of 7.16º 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 #F23218 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.05 |
| HSL | 7.16º | 0.89% | 0.52% | - |
| HSV(B) | 7.16º | 0.9% | 0.95% | - |
| XYZ | 37.92 | 21.22 | 2.96 | - |
| YUV | 104.44 | 82.61 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 24 | 0 | 0.79 | 0.90 | 0.05 | 7.16 | 0.89 | 0.52 |
| Hex | F2 | 32 | 18 | 0 | 4F | 5A | 5 | 7 | 59 | 34 |
| Octal | 362 | 62 | 30 | 0 | 117 | 132 | 5 | 7 | 131 | 64 |
| Binary | 11110010 | 110010 | 11000 | 0 | 1001111 | 1011010 | 101 | 111 | 1011001 | 110100 |
Color Harmonies of #F23218
Complementary color
Monochromatic Colors of #F23218
Black with #F23218
Text Example
Text Example
White with #F23218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23218; }
p { color: rgb(242,50,24); }
H1.HeaderClassName
{
color: #F23218;
}
.AnyTagClassName
{
color: #F23218;
}
</style>
background-color css
<style>
a { background-color: #F23218; }
a { background-color: rgb(242,50,24); }
div.DivClassName
{
background-color: #F23218;
}
.BgClassName
{
background-color: #F23218;
}
</style>
border-color css
<style>
span { border-color: #F23218; }
span { border-color: rgb(242,50,24); }
td.TdClassName
{
border-color: #F23218;
}
.TagClassName
{
border-color: #F23218;
}
</style>