Shades of Scarlet #F0271C
Tints of Scarlet #F0271C
RGB
CMYK
RGB Variations
Color information
#F0271C (or 0xF0271C) is known color: Scarlet. HEX triplet: F0, 27 and 1C. RGB value is (240,39,28). Sum of RGB (Red+Green+Blue) = 240+39+28=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0271C is #0FD8E3. Grayscale: #626262. Windows color (decimal): -1038564 or 1845232. OLE color: 1845232.
HSL color Cylindrical-coordinate representation of color #F0271C: hue angle of 3.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0271C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 39 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.06 |
| HSL | 3.11º | 0.88% | 0.53% | - |
| HSV(B) | 3.11º | 0.88% | 0.94% | - |
| XYZ | 36.87 | 20.06 | 3.03 | - |
| YUV | 97.85 | 88.59 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 28 | 0 | 0.84 | 0.88 | 0.06 | 3.11 | 0.88 | 0.53 |
| Hex | F0 | 27 | 1C | 0 | 54 | 58 | 6 | 3 | 58 | 35 |
| Octal | 360 | 47 | 34 | 0 | 124 | 130 | 6 | 3 | 130 | 65 |
| Binary | 11110000 | 100111 | 11100 | 0 | 1010100 | 1011000 | 110 | 11 | 1011000 | 110101 |
Color Harmonies of #F0271C
Complementary color
Monochromatic Colors of #F0271C
Black with #F0271C
Text Example
Text Example
White with #F0271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0271C; }
p { color: rgb(240,39,28); }
H1.HeaderClassName
{
color: #F0271C;
}
.AnyTagClassName
{
color: #F0271C;
}
</style>
background-color css
<style>
a { background-color: #F0271C; }
a { background-color: rgb(240,39,28); }
div.DivClassName
{
background-color: #F0271C;
}
.BgClassName
{
background-color: #F0271C;
}
</style>
border-color css
<style>
span { border-color: #F0271C; }
span { border-color: rgb(240,39,28); }
td.TdClassName
{
border-color: #F0271C;
}
.TagClassName
{
border-color: #F0271C;
}
</style>