Shades of Scarlet #F33401
Tints of Scarlet #F33401
RGB
CMYK
RGB Variations
Color information
#F33401 (or 0xF33401) is known color: Scarlet. HEX triplet: F3, 34 and 01. RGB value is (243,52,1). Sum of RGB (Red+Green+Blue) = 243+52+1=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F33401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33401 is #0CCBFE. Grayscale: #676767. Windows color (decimal): -838655 or 79091. OLE color: 79091.
HSL color Cylindrical-coordinate representation of color #F33401: hue angle of 12.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F33401 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.05 |
| HSL | 12.64º | 0.99% | 0.48% | - |
| HSV(B) | 12.64º | 1% | 0.95% | - |
| XYZ | 38.2 | 21.51 | 2.17 | - |
| YUV | 103.3 | 70.28 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 1 | 0 | 0.79 | 1.00 | 0.05 | 12.64 | 0.99 | 0.48 |
| Hex | F3 | 34 | 1 | 0 | 4F | 64 | 5 | D | 63 | 30 |
| Octal | 363 | 64 | 1 | 0 | 117 | 144 | 5 | 15 | 143 | 60 |
| Binary | 11110011 | 110100 | 1 | 0 | 1001111 | 1100100 | 101 | 1101 | 1100011 | 110000 |
Color Harmonies of #F33401
Complementary color
Monochromatic Colors of #F33401
Black with #F33401
Text Example
Text Example
White with #F33401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33401; }
p { color: rgb(243,52,1); }
H1.HeaderClassName
{
color: #F33401;
}
.AnyTagClassName
{
color: #F33401;
}
</style>
background-color css
<style>
a { background-color: #F33401; }
a { background-color: rgb(243,52,1); }
div.DivClassName
{
background-color: #F33401;
}
.BgClassName
{
background-color: #F33401;
}
</style>
border-color css
<style>
span { border-color: #F33401; }
span { border-color: rgb(243,52,1); }
td.TdClassName
{
border-color: #F33401;
}
.TagClassName
{
border-color: #F33401;
}
</style>