Shades of Scarlet #F3281B
Tints of Scarlet #F3281B
RGB
CMYK
RGB Variations
Color information
#F3281B (or 0xF3281B) is known color: Scarlet. HEX triplet: F3, 28 and 1B. RGB value is (243,40,27). Sum of RGB (Red+Green+Blue) = 243+40+27=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3281B is #0CD7E4. Grayscale: #636363. Windows color (decimal): -841701 or 1779955. OLE color: 1779955.
HSL color Cylindrical-coordinate representation of color #F3281B: hue angle of 3.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3281B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.05 |
| HSL | 3.61º | 0.9% | 0.53% | - |
| HSV(B) | 3.61º | 0.89% | 0.95% | - |
| XYZ | 37.92 | 20.65 | 3.02 | - |
| YUV | 99.22 | 87.25 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 27 | 0 | 0.84 | 0.89 | 0.05 | 3.61 | 0.9 | 0.53 |
| Hex | F3 | 28 | 1B | 0 | 54 | 59 | 5 | 4 | 5A | 35 |
| Octal | 363 | 50 | 33 | 0 | 124 | 131 | 5 | 4 | 132 | 65 |
| Binary | 11110011 | 101000 | 11011 | 0 | 1010100 | 1011001 | 101 | 100 | 1011010 | 110101 |
Color Harmonies of #F3281B
Complementary color
Monochromatic Colors of #F3281B
Black with #F3281B
Text Example
Text Example
White with #F3281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3281B; }
p { color: rgb(243,40,27); }
H1.HeaderClassName
{
color: #F3281B;
}
.AnyTagClassName
{
color: #F3281B;
}
</style>
background-color css
<style>
a { background-color: #F3281B; }
a { background-color: rgb(243,40,27); }
div.DivClassName
{
background-color: #F3281B;
}
.BgClassName
{
background-color: #F3281B;
}
</style>
border-color css
<style>
span { border-color: #F3281B; }
span { border-color: rgb(243,40,27); }
td.TdClassName
{
border-color: #F3281B;
}
.TagClassName
{
border-color: #F3281B;
}
</style>