Shades of Scarlet #F3251D
Tints of Scarlet #F3251D
RGB
CMYK
RGB Variations
Color information
#F3251D (or 0xF3251D) is known color: Scarlet. HEX triplet: F3, 25 and 1D. RGB value is (243,37,29). Sum of RGB (Red+Green+Blue) = 243+37+29=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3251D is #0CDAE2. Grayscale: #616161. Windows color (decimal): -842467 or 1910259. OLE color: 1910259.
HSL color Cylindrical-coordinate representation of color #F3251D: hue angle of 2.24º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3251D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.05 |
| HSL | 2.24º | 0.9% | 0.53% | - |
| HSV(B) | 2.24º | 0.88% | 0.95% | - |
| XYZ | 37.85 | 20.47 | 3.12 | - |
| YUV | 97.68 | 89.25 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 29 | 0 | 0.85 | 0.88 | 0.05 | 2.24 | 0.9 | 0.53 |
| Hex | F3 | 25 | 1D | 0 | 55 | 58 | 5 | 2 | 5A | 35 |
| Octal | 363 | 45 | 35 | 0 | 125 | 130 | 5 | 2 | 132 | 65 |
| Binary | 11110011 | 100101 | 11101 | 0 | 1010101 | 1011000 | 101 | 10 | 1011010 | 110101 |
Color Harmonies of #F3251D
Complementary color
Monochromatic Colors of #F3251D
Black with #F3251D
Text Example
Text Example
White with #F3251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3251D; }
p { color: rgb(243,37,29); }
H1.HeaderClassName
{
color: #F3251D;
}
.AnyTagClassName
{
color: #F3251D;
}
</style>
background-color css
<style>
a { background-color: #F3251D; }
a { background-color: rgb(243,37,29); }
div.DivClassName
{
background-color: #F3251D;
}
.BgClassName
{
background-color: #F3251D;
}
</style>
border-color css
<style>
span { border-color: #F3251D; }
span { border-color: rgb(243,37,29); }
td.TdClassName
{
border-color: #F3251D;
}
.TagClassName
{
border-color: #F3251D;
}
</style>