Shades of Scarlet #F0200B
Tints of Scarlet #F0200B
RGB
CMYK
RGB Variations
Color information
#F0200B (or 0xF0200B) is known color: Scarlet. HEX triplet: F0, 20 and 0B. RGB value is (240,32,11). Sum of RGB (Red+Green+Blue) = 240+32+11=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F0200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0200B is #0FDFF4. Grayscale: #5C5C5C. Windows color (decimal): -1040373 or 729328. OLE color: 729328.
HSL color Cylindrical-coordinate representation of color #F0200B: hue angle of 5.5º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0200B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.06 |
| HSL | 5.5º | 0.91% | 0.49% | - |
| HSV(B) | 5.5º | 0.95% | 0.94% | - |
| XYZ | 36.51 | 19.58 | 2.17 | - |
| YUV | 91.8 | 82.41 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 11 | 0 | 0.87 | 0.95 | 0.06 | 5.5 | 0.91 | 0.49 |
| Hex | F0 | 20 | B | 0 | 57 | 5F | 6 | 6 | 5B | 31 |
| Octal | 360 | 40 | 13 | 0 | 127 | 137 | 6 | 6 | 133 | 61 |
| Binary | 11110000 | 100000 | 1011 | 0 | 1010111 | 1011111 | 110 | 110 | 1011011 | 110001 |
Color Harmonies of #F0200B
Complementary color
Monochromatic Colors of #F0200B
Black with #F0200B
Text Example
Text Example
White with #F0200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0200B; }
p { color: rgb(240,32,11); }
H1.HeaderClassName
{
color: #F0200B;
}
.AnyTagClassName
{
color: #F0200B;
}
</style>
background-color css
<style>
a { background-color: #F0200B; }
a { background-color: rgb(240,32,11); }
div.DivClassName
{
background-color: #F0200B;
}
.BgClassName
{
background-color: #F0200B;
}
</style>
border-color css
<style>
span { border-color: #F0200B; }
span { border-color: rgb(240,32,11); }
td.TdClassName
{
border-color: #F0200B;
}
.TagClassName
{
border-color: #F0200B;
}
</style>