Shades of Scarlet #F33412
Tints of Scarlet #F33412
RGB
CMYK
RGB Variations
Color information
#F33412 (or 0xF33412) is known color: Scarlet. HEX triplet: F3, 34 and 12. RGB value is (243,52,18). Sum of RGB (Red+Green+Blue) = 243+52+18=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F33412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33412 is #0CCBED. Grayscale: #696969. Windows color (decimal): -838638 or 1193203. OLE color: 1193203.
HSL color Cylindrical-coordinate representation of color #F33412: hue angle of 9.07º 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 #F33412 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 18 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.05 |
| HSL | 9.07º | 0.9% | 0.51% | - |
| HSV(B) | 9.07º | 0.93% | 0.95% | - |
| XYZ | 38.3 | 21.55 | 2.71 | - |
| YUV | 105.23 | 78.78 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 18 | 0 | 0.79 | 0.93 | 0.05 | 9.07 | 0.9 | 0.51 |
| Hex | F3 | 34 | 12 | 0 | 4F | 5D | 5 | 9 | 5A | 33 |
| Octal | 363 | 64 | 22 | 0 | 117 | 135 | 5 | 11 | 132 | 63 |
| Binary | 11110011 | 110100 | 10010 | 0 | 1001111 | 1011101 | 101 | 1001 | 1011010 | 110011 |
Color Harmonies of #F33412
Complementary color
Monochromatic Colors of #F33412
Black with #F33412
Text Example
Text Example
White with #F33412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33412; }
p { color: rgb(243,52,18); }
H1.HeaderClassName
{
color: #F33412;
}
.AnyTagClassName
{
color: #F33412;
}
</style>
background-color css
<style>
a { background-color: #F33412; }
a { background-color: rgb(243,52,18); }
div.DivClassName
{
background-color: #F33412;
}
.BgClassName
{
background-color: #F33412;
}
</style>
border-color css
<style>
span { border-color: #F33412; }
span { border-color: rgb(243,52,18); }
td.TdClassName
{
border-color: #F33412;
}
.TagClassName
{
border-color: #F33412;
}
</style>