Shades of Scarlet #F4280B
Tints of Scarlet #F4280B
RGB
CMYK
RGB Variations
Color information
#F4280B (or 0xF4280B) is known color: Scarlet. HEX triplet: F4, 28 and 0B. RGB value is (244,40,11). Sum of RGB (Red+Green+Blue) = 244+40+11=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F4280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4280B is #0BD7F4. Grayscale: #626262. Windows color (decimal): -776181 or 731380. OLE color: 731380.
HSL color Cylindrical-coordinate representation of color #F4280B: hue angle of 7.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4280B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.04 |
| HSL | 7.47º | 0.91% | 0.5% | - |
| HSV(B) | 7.47º | 0.95% | 0.96% | - |
| XYZ | 38.13 | 20.77 | 2.32 | - |
| YUV | 97.69 | 79.09 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 11 | 0 | 0.84 | 0.95 | 0.04 | 7.47 | 0.91 | 0.5 |
| Hex | F4 | 28 | B | 0 | 54 | 5F | 4 | 7 | 5B | 32 |
| Octal | 364 | 50 | 13 | 0 | 124 | 137 | 4 | 7 | 133 | 62 |
| Binary | 11110100 | 101000 | 1011 | 0 | 1010100 | 1011111 | 100 | 111 | 1011011 | 110010 |
Color Harmonies of #F4280B
Complementary color
Monochromatic Colors of #F4280B
Black with #F4280B
Text Example
Text Example
White with #F4280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4280B; }
p { color: rgb(244,40,11); }
H1.HeaderClassName
{
color: #F4280B;
}
.AnyTagClassName
{
color: #F4280B;
}
</style>
background-color css
<style>
a { background-color: #F4280B; }
a { background-color: rgb(244,40,11); }
div.DivClassName
{
background-color: #F4280B;
}
.BgClassName
{
background-color: #F4280B;
}
</style>
border-color css
<style>
span { border-color: #F4280B; }
span { border-color: rgb(244,40,11); }
td.TdClassName
{
border-color: #F4280B;
}
.TagClassName
{
border-color: #F4280B;
}
</style>