Shades of Scarlet #F0330B
Tints of Scarlet #F0330B
RGB
CMYK
RGB Variations
Color information
#F0330B (or 0xF0330B) is known color: Scarlet. HEX triplet: F0, 33 and 0B. RGB value is (240,51,11). Sum of RGB (Red+Green+Blue) = 240+51+11=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0330B is #0FCCF4. Grayscale: #676767. Windows color (decimal): -1035509 or 734192. OLE color: 734192.
HSL color Cylindrical-coordinate representation of color #F0330B: hue angle of 10.48º 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 #F0330B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.06 |
| HSL | 10.48º | 0.91% | 0.49% | - |
| HSV(B) | 10.48º | 0.95% | 0.94% | - |
| XYZ | 37.18 | 20.92 | 2.39 | - |
| YUV | 102.95 | 76.12 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 11 | 0 | 0.79 | 0.95 | 0.06 | 10.48 | 0.91 | 0.49 |
| Hex | F0 | 33 | B | 0 | 4F | 5F | 6 | A | 5B | 31 |
| Octal | 360 | 63 | 13 | 0 | 117 | 137 | 6 | 12 | 133 | 61 |
| Binary | 11110000 | 110011 | 1011 | 0 | 1001111 | 1011111 | 110 | 1010 | 1011011 | 110001 |
Color Harmonies of #F0330B
Complementary color
Monochromatic Colors of #F0330B
Black with #F0330B
Text Example
Text Example
White with #F0330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0330B; }
p { color: rgb(240,51,11); }
H1.HeaderClassName
{
color: #F0330B;
}
.AnyTagClassName
{
color: #F0330B;
}
</style>
background-color css
<style>
a { background-color: #F0330B; }
a { background-color: rgb(240,51,11); }
div.DivClassName
{
background-color: #F0330B;
}
.BgClassName
{
background-color: #F0330B;
}
</style>
border-color css
<style>
span { border-color: #F0330B; }
span { border-color: rgb(240,51,11); }
td.TdClassName
{
border-color: #F0330B;
}
.TagClassName
{
border-color: #F0330B;
}
</style>