Shades of Scarlet #F23412
Tints of Scarlet #F23412
RGB
CMYK
RGB Variations
Color information
#F23412 (or 0xF23412) is known color: Scarlet. HEX triplet: F2, 34 and 12. RGB value is (242,52,18). Sum of RGB (Red+Green+Blue) = 242+52+18=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23412 is #0DCBED. Grayscale: #696969. Windows color (decimal): -904174 or 1193202. OLE color: 1193202.
HSL color Cylindrical-coordinate representation of color #F23412: hue angle of 9.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23412 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 18 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.05 |
| HSL | 9.11º | 0.9% | 0.51% | - |
| HSV(B) | 9.11º | 0.93% | 0.95% | - |
| XYZ | 37.96 | 21.38 | 2.7 | - |
| YUV | 104.93 | 78.95 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 18 | 0 | 0.79 | 0.93 | 0.05 | 9.11 | 0.9 | 0.51 |
| Hex | F2 | 34 | 12 | 0 | 4F | 5D | 5 | 9 | 5A | 33 |
| Octal | 362 | 64 | 22 | 0 | 117 | 135 | 5 | 11 | 132 | 63 |
| Binary | 11110010 | 110100 | 10010 | 0 | 1001111 | 1011101 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F23412
Complementary color
Monochromatic Colors of #F23412
Black with #F23412
Text Example
Text Example
White with #F23412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23412; }
p { color: rgb(242,52,18); }
H1.HeaderClassName
{
color: #F23412;
}
.AnyTagClassName
{
color: #F23412;
}
</style>
background-color css
<style>
a { background-color: #F23412; }
a { background-color: rgb(242,52,18); }
div.DivClassName
{
background-color: #F23412;
}
.BgClassName
{
background-color: #F23412;
}
</style>
border-color css
<style>
span { border-color: #F23412; }
span { border-color: rgb(242,52,18); }
td.TdClassName
{
border-color: #F23412;
}
.TagClassName
{
border-color: #F23412;
}
</style>