Shades of Scarlet #F0340B
Tints of Scarlet #F0340B
RGB
CMYK
RGB Variations
Color information
#F0340B (or 0xF0340B) is known color: Scarlet. HEX triplet: F0, 34 and 0B. RGB value is (240,52,11). Sum of RGB (Red+Green+Blue) = 240+52+11=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0340B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0340B is #0FCBF4. Grayscale: #676767. Windows color (decimal): -1035253 or 734448. OLE color: 734448.
HSL color Cylindrical-coordinate representation of color #F0340B: hue angle of 10.74º 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 #F0340B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.06 |
| HSL | 10.74º | 0.91% | 0.49% | - |
| HSV(B) | 10.74º | 0.95% | 0.94% | - |
| XYZ | 37.22 | 21.01 | 2.41 | - |
| YUV | 103.54 | 75.78 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 11 | 0 | 0.78 | 0.95 | 0.06 | 10.74 | 0.91 | 0.49 |
| Hex | F0 | 34 | B | 0 | 4E | 5F | 6 | B | 5B | 31 |
| Octal | 360 | 64 | 13 | 0 | 116 | 137 | 6 | 13 | 133 | 61 |
| Binary | 11110000 | 110100 | 1011 | 0 | 1001110 | 1011111 | 110 | 1011 | 1011011 | 110001 |
Color Harmonies of #F0340B
Complementary color
Monochromatic Colors of #F0340B
Black with #F0340B
Text Example
Text Example
White with #F0340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0340B; }
p { color: rgb(240,52,11); }
H1.HeaderClassName
{
color: #F0340B;
}
.AnyTagClassName
{
color: #F0340B;
}
</style>
background-color css
<style>
a { background-color: #F0340B; }
a { background-color: rgb(240,52,11); }
div.DivClassName
{
background-color: #F0340B;
}
.BgClassName
{
background-color: #F0340B;
}
</style>
border-color css
<style>
span { border-color: #F0340B; }
span { border-color: rgb(240,52,11); }
td.TdClassName
{
border-color: #F0340B;
}
.TagClassName
{
border-color: #F0340B;
}
</style>