Shades of Scarlet #F02403
Tints of Scarlet #F02403
RGB
CMYK
RGB Variations
Color information
#F02403 (or 0xF02403) is known color: Scarlet. HEX triplet: F0, 24 and 03. RGB value is (240,36,3). Sum of RGB (Red+Green+Blue) = 240+36+3=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F02403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02403 is #0FDBFC. Grayscale: #5D5D5D. Windows color (decimal): -1039357 or 206064. OLE color: 206064.
HSL color Cylindrical-coordinate representation of color #F02403: hue angle of 8.35º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F02403 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.06 |
| HSL | 8.35º | 0.98% | 0.48% | - |
| HSV(B) | 8.35º | 0.99% | 0.94% | - |
| XYZ | 36.58 | 19.79 | 1.98 | - |
| YUV | 93.23 | 77.09 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 3 | 0 | 0.85 | 0.99 | 0.06 | 8.35 | 0.98 | 0.48 |
| Hex | F0 | 24 | 3 | 0 | 55 | 63 | 6 | 8 | 62 | 30 |
| Octal | 360 | 44 | 3 | 0 | 125 | 143 | 6 | 10 | 142 | 60 |
| Binary | 11110000 | 100100 | 11 | 0 | 1010101 | 1100011 | 110 | 1000 | 1100010 | 110000 |
Color Harmonies of #F02403
Complementary color
Monochromatic Colors of #F02403
Black with #F02403
Text Example
Text Example
White with #F02403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02403; }
p { color: rgb(240,36,3); }
H1.HeaderClassName
{
color: #F02403;
}
.AnyTagClassName
{
color: #F02403;
}
</style>
background-color css
<style>
a { background-color: #F02403; }
a { background-color: rgb(240,36,3); }
div.DivClassName
{
background-color: #F02403;
}
.BgClassName
{
background-color: #F02403;
}
</style>
border-color css
<style>
span { border-color: #F02403; }
span { border-color: rgb(240,36,3); }
td.TdClassName
{
border-color: #F02403;
}
.TagClassName
{
border-color: #F02403;
}
</style>