Shades of Scarlet #F0230F
Tints of Scarlet #F0230F
RGB
CMYK
RGB Variations
Color information
#F0230F (or 0xF0230F) is known color: Scarlet. HEX triplet: F0, 23 and 0F. RGB value is (240,35,15). Sum of RGB (Red+Green+Blue) = 240+35+15=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0230F is #0FDCF0. Grayscale: #5E5E5E. Windows color (decimal): -1039601 or 992240. OLE color: 992240.
HSL color Cylindrical-coordinate representation of color #F0230F: hue angle of 5.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0230F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.06 |
| HSL | 5.33º | 0.88% | 0.5% | - |
| HSV(B) | 5.33º | 0.94% | 0.94% | - |
| XYZ | 36.62 | 19.76 | 2.34 | - |
| YUV | 94.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 15 | 0 | 0.85 | 0.94 | 0.06 | 5.33 | 0.88 | 0.5 |
| Hex | F0 | 23 | F | 0 | 55 | 5E | 6 | 5 | 58 | 32 |
| Octal | 360 | 43 | 17 | 0 | 125 | 136 | 6 | 5 | 130 | 62 |
| Binary | 11110000 | 100011 | 1111 | 0 | 1010101 | 1011110 | 110 | 101 | 1011000 | 110010 |
Color Harmonies of #F0230F
Complementary color
Monochromatic Colors of #F0230F
Black with #F0230F
Text Example
Text Example
White with #F0230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0230F; }
p { color: rgb(240,35,15); }
H1.HeaderClassName
{
color: #F0230F;
}
.AnyTagClassName
{
color: #F0230F;
}
</style>
background-color css
<style>
a { background-color: #F0230F; }
a { background-color: rgb(240,35,15); }
div.DivClassName
{
background-color: #F0230F;
}
.BgClassName
{
background-color: #F0230F;
}
</style>
border-color css
<style>
span { border-color: #F0230F; }
span { border-color: rgb(240,35,15); }
td.TdClassName
{
border-color: #F0230F;
}
.TagClassName
{
border-color: #F0230F;
}
</style>