Shades of Scarlet #F3280A
Tints of Scarlet #F3280A
RGB
CMYK
RGB Variations
Color information
#F3280A (or 0xF3280A) is known color: Scarlet. HEX triplet: F3, 28 and 0A. RGB value is (243,40,10). Sum of RGB (Red+Green+Blue) = 243+40+10=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F3280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3280A is #0CD7F5. Grayscale: #616161. Windows color (decimal): -841718 or 665843. OLE color: 665843.
HSL color Cylindrical-coordinate representation of color #F3280A: hue angle of 7.73º 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 #F3280A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.05 |
| HSL | 7.73º | 0.92% | 0.5% | - |
| HSV(B) | 7.73º | 0.96% | 0.95% | - |
| XYZ | 37.78 | 20.59 | 2.27 | - |
| YUV | 97.28 | 78.75 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 10 | 0 | 0.84 | 0.96 | 0.05 | 7.73 | 0.92 | 0.5 |
| Hex | F3 | 28 | A | 0 | 54 | 60 | 5 | 8 | 5C | 32 |
| Octal | 363 | 50 | 12 | 0 | 124 | 140 | 5 | 10 | 134 | 62 |
| Binary | 11110011 | 101000 | 1010 | 0 | 1010100 | 1100000 | 101 | 1000 | 1011100 | 110010 |
Color Harmonies of #F3280A
Complementary color
Monochromatic Colors of #F3280A
Black with #F3280A
Text Example
Text Example
White with #F3280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3280A; }
p { color: rgb(243,40,10); }
H1.HeaderClassName
{
color: #F3280A;
}
.AnyTagClassName
{
color: #F3280A;
}
</style>
background-color css
<style>
a { background-color: #F3280A; }
a { background-color: rgb(243,40,10); }
div.DivClassName
{
background-color: #F3280A;
}
.BgClassName
{
background-color: #F3280A;
}
</style>
border-color css
<style>
span { border-color: #F3280A; }
span { border-color: rgb(243,40,10); }
td.TdClassName
{
border-color: #F3280A;
}
.TagClassName
{
border-color: #F3280A;
}
</style>