Shades of Scarlet #F33105
Tints of Scarlet #F33105
RGB
CMYK
RGB Variations
Color information
#F33105 (or 0xF33105) is known color: Scarlet. HEX triplet: F3, 31 and 05. RGB value is (243,49,5). Sum of RGB (Red+Green+Blue) = 243+49+5=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F33105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33105 is #0CCEFA. Grayscale: #666666. Windows color (decimal): -839419 or 340467. OLE color: 340467.
HSL color Cylindrical-coordinate representation of color #F33105: hue angle of 11.09º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F33105 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.05 |
| HSL | 11.09º | 0.96% | 0.49% | - |
| HSV(B) | 11.09º | 0.98% | 0.95% | - |
| XYZ | 38.09 | 21.26 | 2.24 | - |
| YUV | 101.99 | 73.27 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 5 | 0 | 0.80 | 0.98 | 0.05 | 11.09 | 0.96 | 0.49 |
| Hex | F3 | 31 | 5 | 0 | 50 | 62 | 5 | B | 60 | 31 |
| Octal | 363 | 61 | 5 | 0 | 120 | 142 | 5 | 13 | 140 | 61 |
| Binary | 11110011 | 110001 | 101 | 0 | 1010000 | 1100010 | 101 | 1011 | 1100000 | 110001 |
Color Harmonies of #F33105
Complementary color
Monochromatic Colors of #F33105
Black with #F33105
Text Example
Text Example
White with #F33105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33105; }
p { color: rgb(243,49,5); }
H1.HeaderClassName
{
color: #F33105;
}
.AnyTagClassName
{
color: #F33105;
}
</style>
background-color css
<style>
a { background-color: #F33105; }
a { background-color: rgb(243,49,5); }
div.DivClassName
{
background-color: #F33105;
}
.BgClassName
{
background-color: #F33105;
}
</style>
border-color css
<style>
span { border-color: #F33105; }
span { border-color: rgb(243,49,5); }
td.TdClassName
{
border-color: #F33105;
}
.TagClassName
{
border-color: #F33105;
}
</style>