Shades of Scarlet #F03300
Tints of Scarlet #F03300
RGB
CMYK
RGB Variations
Color information
#F03300 (or 0xF03300) is known color: Scarlet. HEX triplet: F0, 33 and 00. RGB value is (240,51,0). Sum of RGB (Red+Green+Blue) = 240+51+0=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F03300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03300 is #0FCCFF. Grayscale: #666666. Windows color (decimal): -1035520 or 13296. OLE color: 13296.
HSL color Cylindrical-coordinate representation of color #F03300: hue angle of 12.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03300 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.06 |
| HSL | 12.75º | 1% | 0.47% | - |
| HSV(B) | 12.75º | 1% | 0.94% | - |
| XYZ | 37.12 | 20.89 | 2.08 | - |
| YUV | 101.7 | 70.62 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 0 | 0 | 0.79 | 1 | 0.06 | 12.75 | 1 | 0.47 |
| Hex | F0 | 33 | 0 | 0 | 4F | 64 | 6 | D | 64 | 2F |
| Octal | 360 | 63 | 0 | 0 | 117 | 144 | 6 | 15 | 144 | 57 |
| Binary | 11110000 | 110011 | 0 | 0 | 1001111 | 1100100 | 110 | 1101 | 1100100 | 101111 |
Color Harmonies of #F03300
Complementary color
Monochromatic Colors of #F03300
Black with #F03300
Text Example
Text Example
White with #F03300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03300; }
p { color: rgb(240,51,0); }
H1.HeaderClassName
{
color: #F03300;
}
.AnyTagClassName
{
color: #F03300;
}
</style>
background-color css
<style>
a { background-color: #F03300; }
a { background-color: rgb(240,51,0); }
div.DivClassName
{
background-color: #F03300;
}
.BgClassName
{
background-color: #F03300;
}
</style>
border-color css
<style>
span { border-color: #F03300; }
span { border-color: rgb(240,51,0); }
td.TdClassName
{
border-color: #F03300;
}
.TagClassName
{
border-color: #F03300;
}
</style>