Shades of Scarlet #F3281E
Tints of Scarlet #F3281E
RGB
CMYK
RGB Variations
Color information
#F3281E (or 0xF3281E) is known color: Scarlet. HEX triplet: F3, 28 and 1E. RGB value is (243,40,30). Sum of RGB (Red+Green+Blue) = 243+40+30=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F3281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3281E is #0CD7E1. Grayscale: #636363. Windows color (decimal): -841698 or 1976563. OLE color: 1976563.
HSL color Cylindrical-coordinate representation of color #F3281E: hue angle of 2.82º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3281E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.05 |
| HSL | 2.82º | 0.9% | 0.54% | - |
| HSV(B) | 2.82º | 0.88% | 0.95% | - |
| XYZ | 37.96 | 20.67 | 3.22 | - |
| YUV | 99.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 30 | 0 | 0.84 | 0.88 | 0.05 | 2.82 | 0.9 | 0.54 |
| Hex | F3 | 28 | 1E | 0 | 54 | 58 | 5 | 3 | 5A | 36 |
| Octal | 363 | 50 | 36 | 0 | 124 | 130 | 5 | 3 | 132 | 66 |
| Binary | 11110011 | 101000 | 11110 | 0 | 1010100 | 1011000 | 101 | 11 | 1011010 | 110110 |
Color Harmonies of #F3281E
Complementary color
Monochromatic Colors of #F3281E
Black with #F3281E
Text Example
Text Example
White with #F3281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3281E; }
p { color: rgb(243,40,30); }
H1.HeaderClassName
{
color: #F3281E;
}
.AnyTagClassName
{
color: #F3281E;
}
</style>
background-color css
<style>
a { background-color: #F3281E; }
a { background-color: rgb(243,40,30); }
div.DivClassName
{
background-color: #F3281E;
}
.BgClassName
{
background-color: #F3281E;
}
</style>
border-color css
<style>
span { border-color: #F3281E; }
span { border-color: rgb(243,40,30); }
td.TdClassName
{
border-color: #F3281E;
}
.TagClassName
{
border-color: #F3281E;
}
</style>