Shades of Scarlet #F3300A
Tints of Scarlet #F3300A
RGB
CMYK
RGB Variations
Color information
#F3300A (or 0xF3300A) is known color: Scarlet. HEX triplet: F3, 30 and 0A. RGB value is (243,48,10). Sum of RGB (Red+Green+Blue) = 243+48+10=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F3300A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3300A is #0CCFF5. Grayscale: #666666. Windows color (decimal): -839670 or 667891. OLE color: 667891.
HSL color Cylindrical-coordinate representation of color #F3300A: hue angle of 9.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3300A is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 10 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.05 |
| HSL | 9.79º | 0.92% | 0.5% | - |
| HSV(B) | 9.79º | 0.96% | 0.95% | - |
| XYZ | 38.07 | 21.19 | 2.37 | - |
| YUV | 101.97 | 76.1 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 10 | 0 | 0.80 | 0.96 | 0.05 | 9.79 | 0.92 | 0.5 |
| Hex | F3 | 30 | A | 0 | 50 | 60 | 5 | A | 5C | 32 |
| Octal | 363 | 60 | 12 | 0 | 120 | 140 | 5 | 12 | 134 | 62 |
| Binary | 11110011 | 110000 | 1010 | 0 | 1010000 | 1100000 | 101 | 1010 | 1011100 | 110010 |
Color Harmonies of #F3300A
Complementary color
Monochromatic Colors of #F3300A
Black with #F3300A
Text Example
Text Example
White with #F3300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3300A; }
p { color: rgb(243,48,10); }
H1.HeaderClassName
{
color: #F3300A;
}
.AnyTagClassName
{
color: #F3300A;
}
</style>
background-color css
<style>
a { background-color: #F3300A; }
a { background-color: rgb(243,48,10); }
div.DivClassName
{
background-color: #F3300A;
}
.BgClassName
{
background-color: #F3300A;
}
</style>
border-color css
<style>
span { border-color: #F3300A; }
span { border-color: rgb(243,48,10); }
td.TdClassName
{
border-color: #F3300A;
}
.TagClassName
{
border-color: #F3300A;
}
</style>