Shades of Scarlet #F0320B
Tints of Scarlet #F0320B
RGB
CMYK
RGB Variations
Color information
#F0320B (or 0xF0320B) is known color: Scarlet. HEX triplet: F0, 32 and 0B. RGB value is (240,50,11). Sum of RGB (Red+Green+Blue) = 240+50+11=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F0320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0320B is #0FCDF4. Grayscale: #666666. Windows color (decimal): -1035765 or 733936. OLE color: 733936.
HSL color Cylindrical-coordinate representation of color #F0320B: hue angle of 10.22º 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 #F0320B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.06 |
| HSL | 10.22º | 0.91% | 0.49% | - |
| HSV(B) | 10.22º | 0.95% | 0.94% | - |
| XYZ | 37.14 | 20.83 | 2.38 | - |
| YUV | 102.36 | 76.45 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 11 | 0 | 0.79 | 0.95 | 0.06 | 10.22 | 0.91 | 0.49 |
| Hex | F0 | 32 | B | 0 | 4F | 5F | 6 | A | 5B | 31 |
| Octal | 360 | 62 | 13 | 0 | 117 | 137 | 6 | 12 | 133 | 61 |
| Binary | 11110000 | 110010 | 1011 | 0 | 1001111 | 1011111 | 110 | 1010 | 1011011 | 110001 |
Color Harmonies of #F0320B
Complementary color
Monochromatic Colors of #F0320B
Black with #F0320B
Text Example
Text Example
White with #F0320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0320B; }
p { color: rgb(240,50,11); }
H1.HeaderClassName
{
color: #F0320B;
}
.AnyTagClassName
{
color: #F0320B;
}
</style>
background-color css
<style>
a { background-color: #F0320B; }
a { background-color: rgb(240,50,11); }
div.DivClassName
{
background-color: #F0320B;
}
.BgClassName
{
background-color: #F0320B;
}
</style>
border-color css
<style>
span { border-color: #F0320B; }
span { border-color: rgb(240,50,11); }
td.TdClassName
{
border-color: #F0320B;
}
.TagClassName
{
border-color: #F0320B;
}
</style>