Shades of Scarlet #F3261E
Tints of Scarlet #F3261E
RGB
CMYK
RGB Variations
Color information
#F3261E (or 0xF3261E) is known color: Scarlet. HEX triplet: F3, 26 and 1E. RGB value is (243,38,30). Sum of RGB (Red+Green+Blue) = 243+38+30=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F3261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3261E is #0CD9E1. Grayscale: #626262. Windows color (decimal): -842210 or 1976051. OLE color: 1976051.
HSL color Cylindrical-coordinate representation of color #F3261E: hue angle of 2.25º 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 #F3261E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.05 |
| HSL | 2.25º | 0.9% | 0.54% | - |
| HSV(B) | 2.25º | 0.88% | 0.95% | - |
| XYZ | 37.89 | 20.53 | 3.19 | - |
| YUV | 98.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 30 | 0 | 0.84 | 0.88 | 0.05 | 2.25 | 0.9 | 0.54 |
| Hex | F3 | 26 | 1E | 0 | 54 | 58 | 5 | 2 | 5A | 36 |
| Octal | 363 | 46 | 36 | 0 | 124 | 130 | 5 | 2 | 132 | 66 |
| Binary | 11110011 | 100110 | 11110 | 0 | 1010100 | 1011000 | 101 | 10 | 1011010 | 110110 |
Color Harmonies of #F3261E
Complementary color
Monochromatic Colors of #F3261E
Black with #F3261E
Text Example
Text Example
White with #F3261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3261E; }
p { color: rgb(243,38,30); }
H1.HeaderClassName
{
color: #F3261E;
}
.AnyTagClassName
{
color: #F3261E;
}
</style>
background-color css
<style>
a { background-color: #F3261E; }
a { background-color: rgb(243,38,30); }
div.DivClassName
{
background-color: #F3261E;
}
.BgClassName
{
background-color: #F3261E;
}
</style>
border-color css
<style>
span { border-color: #F3261E; }
span { border-color: rgb(243,38,30); }
td.TdClassName
{
border-color: #F3261E;
}
.TagClassName
{
border-color: #F3261E;
}
</style>