Shades of Scarlet #F0251A
Tints of Scarlet #F0251A
RGB
CMYK
RGB Variations
Color information
#F0251A (or 0xF0251A) is known color: Scarlet. HEX triplet: F0, 25 and 1A. RGB value is (240,37,26). Sum of RGB (Red+Green+Blue) = 240+37+26=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0251A is #0FDAE5. Grayscale: #606060. Windows color (decimal): -1039078 or 1713648. OLE color: 1713648.
HSL color Cylindrical-coordinate representation of color #F0251A: hue angle of 3.08º 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 #F0251A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.06 |
| HSL | 3.08º | 0.88% | 0.52% | - |
| HSV(B) | 3.08º | 0.89% | 0.94% | - |
| XYZ | 36.78 | 19.92 | 2.88 | - |
| YUV | 96.44 | 88.25 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 26 | 0 | 0.85 | 0.89 | 0.06 | 3.08 | 0.88 | 0.52 |
| Hex | F0 | 25 | 1A | 0 | 55 | 59 | 6 | 3 | 58 | 34 |
| Octal | 360 | 45 | 32 | 0 | 125 | 131 | 6 | 3 | 130 | 64 |
| Binary | 11110000 | 100101 | 11010 | 0 | 1010101 | 1011001 | 110 | 11 | 1011000 | 110100 |
Color Harmonies of #F0251A
Complementary color
Monochromatic Colors of #F0251A
Black with #F0251A
Text Example
Text Example
White with #F0251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0251A; }
p { color: rgb(240,37,26); }
H1.HeaderClassName
{
color: #F0251A;
}
.AnyTagClassName
{
color: #F0251A;
}
</style>
background-color css
<style>
a { background-color: #F0251A; }
a { background-color: rgb(240,37,26); }
div.DivClassName
{
background-color: #F0251A;
}
.BgClassName
{
background-color: #F0251A;
}
</style>
border-color css
<style>
span { border-color: #F0251A; }
span { border-color: rgb(240,37,26); }
td.TdClassName
{
border-color: #F0251A;
}
.TagClassName
{
border-color: #F0251A;
}
</style>