Shades of Scarlet #F3350B
Tints of Scarlet #F3350B
RGB
CMYK
RGB Variations
Color information
#F3350B (or 0xF3350B) is known color: Scarlet. HEX triplet: F3, 35 and 0B. RGB value is (243,53,11). Sum of RGB (Red+Green+Blue) = 243+53+11=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F3350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3350B is #0CCAF4. Grayscale: #696969. Windows color (decimal): -838389 or 734707. OLE color: 734707.
HSL color Cylindrical-coordinate representation of color #F3350B: hue angle of 10.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3350B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 53 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.05 |
| HSL | 10.86º | 0.91% | 0.5% | - |
| HSV(B) | 10.86º | 0.95% | 0.95% | - |
| XYZ | 38.3 | 21.63 | 2.47 | - |
| YUV | 105.02 | 74.95 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 53 | 11 | 0 | 0.78 | 0.95 | 0.05 | 10.86 | 0.91 | 0.5 |
| Hex | F3 | 35 | B | 0 | 4E | 5F | 5 | B | 5B | 32 |
| Octal | 363 | 65 | 13 | 0 | 116 | 137 | 5 | 13 | 133 | 62 |
| Binary | 11110011 | 110101 | 1011 | 0 | 1001110 | 1011111 | 101 | 1011 | 1011011 | 110010 |
Color Harmonies of #F3350B
Complementary color
Monochromatic Colors of #F3350B
Black with #F3350B
Text Example
Text Example
White with #F3350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3350B; }
p { color: rgb(243,53,11); }
H1.HeaderClassName
{
color: #F3350B;
}
.AnyTagClassName
{
color: #F3350B;
}
</style>
background-color css
<style>
a { background-color: #F3350B; }
a { background-color: rgb(243,53,11); }
div.DivClassName
{
background-color: #F3350B;
}
.BgClassName
{
background-color: #F3350B;
}
</style>
border-color css
<style>
span { border-color: #F3350B; }
span { border-color: rgb(243,53,11); }
td.TdClassName
{
border-color: #F3350B;
}
.TagClassName
{
border-color: #F3350B;
}
</style>