Shades of Scarlet #F0231D
Tints of Scarlet #F0231D
RGB
CMYK
RGB Variations
Color information
#F0231D (or 0xF0231D) is known color: Scarlet. HEX triplet: F0, 23 and 1D. RGB value is (240,35,29). Sum of RGB (Red+Green+Blue) = 240+35+29=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0231D is #0FDCE2. Grayscale: #5F5F5F. Windows color (decimal): -1039587 or 1909744. OLE color: 1909744.
HSL color Cylindrical-coordinate representation of color #F0231D: hue angle of 1.71º 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 #F0231D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 29 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.06 |
| HSL | 1.71º | 0.88% | 0.53% | - |
| HSV(B) | 1.71º | 0.88% | 0.94% | - |
| XYZ | 36.76 | 19.82 | 3.05 | - |
| YUV | 95.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 29 | 0 | 0.85 | 0.88 | 0.06 | 1.71 | 0.88 | 0.53 |
| Hex | F0 | 23 | 1D | 0 | 55 | 58 | 6 | 2 | 58 | 35 |
| Octal | 360 | 43 | 35 | 0 | 125 | 130 | 6 | 2 | 130 | 65 |
| Binary | 11110000 | 100011 | 11101 | 0 | 1010101 | 1011000 | 110 | 10 | 1011000 | 110101 |
Color Harmonies of #F0231D
Complementary color
Monochromatic Colors of #F0231D
Black with #F0231D
Text Example
Text Example
White with #F0231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0231D; }
p { color: rgb(240,35,29); }
H1.HeaderClassName
{
color: #F0231D;
}
.AnyTagClassName
{
color: #F0231D;
}
</style>
background-color css
<style>
a { background-color: #F0231D; }
a { background-color: rgb(240,35,29); }
div.DivClassName
{
background-color: #F0231D;
}
.BgClassName
{
background-color: #F0231D;
}
</style>
border-color css
<style>
span { border-color: #F0231D; }
span { border-color: rgb(240,35,29); }
td.TdClassName
{
border-color: #F0231D;
}
.TagClassName
{
border-color: #F0231D;
}
</style>