Shades of Scarlet #F33301
Tints of Scarlet #F33301
RGB
CMYK
RGB Variations
Color information
#F33301 (or 0xF33301) is known color: Scarlet. HEX triplet: F3, 33 and 01. RGB value is (243,51,1). Sum of RGB (Red+Green+Blue) = 243+51+1=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F33301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33301 is #0CCCFE. Grayscale: #676767. Windows color (decimal): -838911 or 78835. OLE color: 78835.
HSL color Cylindrical-coordinate representation of color #F33301: hue angle of 12.4º 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 #F33301 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.05 |
| HSL | 12.4º | 0.99% | 0.48% | - |
| HSV(B) | 12.4º | 1% | 0.95% | - |
| XYZ | 38.15 | 21.42 | 2.15 | - |
| YUV | 102.71 | 70.61 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 1 | 0 | 0.79 | 1.00 | 0.05 | 12.4 | 0.99 | 0.48 |
| Hex | F3 | 33 | 1 | 0 | 4F | 64 | 5 | C | 63 | 30 |
| Octal | 363 | 63 | 1 | 0 | 117 | 144 | 5 | 14 | 143 | 60 |
| Binary | 11110011 | 110011 | 1 | 0 | 1001111 | 1100100 | 101 | 1100 | 1100011 | 110000 |
Color Harmonies of #F33301
Complementary color
Monochromatic Colors of #F33301
Black with #F33301
Text Example
Text Example
White with #F33301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33301; }
p { color: rgb(243,51,1); }
H1.HeaderClassName
{
color: #F33301;
}
.AnyTagClassName
{
color: #F33301;
}
</style>
background-color css
<style>
a { background-color: #F33301; }
a { background-color: rgb(243,51,1); }
div.DivClassName
{
background-color: #F33301;
}
.BgClassName
{
background-color: #F33301;
}
</style>
border-color css
<style>
span { border-color: #F33301; }
span { border-color: rgb(243,51,1); }
td.TdClassName
{
border-color: #F33301;
}
.TagClassName
{
border-color: #F33301;
}
</style>