Shades of Scarlet #F0251B
Tints of Scarlet #F0251B
RGB
CMYK
RGB Variations
Color information
#F0251B (or 0xF0251B) is known color: Scarlet. HEX triplet: F0, 25 and 1B. RGB value is (240,37,27). Sum of RGB (Red+Green+Blue) = 240+37+27=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0251B is #0FDAE4. Grayscale: #606060. Windows color (decimal): -1039077 or 1779184. OLE color: 1779184.
HSL color Cylindrical-coordinate representation of color #F0251B: hue angle of 2.82º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0251B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.06 |
| HSL | 2.82º | 0.88% | 0.52% | - |
| HSV(B) | 2.82º | 0.89% | 0.94% | - |
| XYZ | 36.79 | 19.93 | 2.94 | - |
| YUV | 96.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 27 | 0 | 0.85 | 0.89 | 0.06 | 2.82 | 0.88 | 0.52 |
| Hex | F0 | 25 | 1B | 0 | 55 | 59 | 6 | 3 | 58 | 34 |
| Octal | 360 | 45 | 33 | 0 | 125 | 131 | 6 | 3 | 130 | 64 |
| Binary | 11110000 | 100101 | 11011 | 0 | 1010101 | 1011001 | 110 | 11 | 1011000 | 110100 |
Color Harmonies of #F0251B
Complementary color
Monochromatic Colors of #F0251B
Black with #F0251B
Text Example
Text Example
White with #F0251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0251B; }
p { color: rgb(240,37,27); }
H1.HeaderClassName
{
color: #F0251B;
}
.AnyTagClassName
{
color: #F0251B;
}
</style>
background-color css
<style>
a { background-color: #F0251B; }
a { background-color: rgb(240,37,27); }
div.DivClassName
{
background-color: #F0251B;
}
.BgClassName
{
background-color: #F0251B;
}
</style>
border-color css
<style>
span { border-color: #F0251B; }
span { border-color: rgb(240,37,27); }
td.TdClassName
{
border-color: #F0251B;
}
.TagClassName
{
border-color: #F0251B;
}
</style>