Shades of Scarlet #F4271B
Tints of Scarlet #F4271B
RGB
CMYK
RGB Variations
Color information
#F4271B (or 0xF4271B) is known color: Scarlet. HEX triplet: F4, 27 and 1B. RGB value is (244,39,27). Sum of RGB (Red+Green+Blue) = 244+39+27=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F4271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4271B is #0BD8E4. Grayscale: #636363. Windows color (decimal): -776421 or 1779700. OLE color: 1779700.
HSL color Cylindrical-coordinate representation of color #F4271B: hue angle of 3.32º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4271B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.04 |
| HSL | 3.32º | 0.91% | 0.53% | - |
| HSV(B) | 3.32º | 0.89% | 0.96% | - |
| XYZ | 38.23 | 20.76 | 3.03 | - |
| YUV | 98.93 | 87.42 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 27 | 0 | 0.84 | 0.89 | 0.04 | 3.32 | 0.91 | 0.53 |
| Hex | F4 | 27 | 1B | 0 | 54 | 59 | 4 | 3 | 5B | 35 |
| Octal | 364 | 47 | 33 | 0 | 124 | 131 | 4 | 3 | 133 | 65 |
| Binary | 11110100 | 100111 | 11011 | 0 | 1010100 | 1011001 | 100 | 11 | 1011011 | 110101 |
Color Harmonies of #F4271B
Complementary color
Monochromatic Colors of #F4271B
Black with #F4271B
Text Example
Text Example
White with #F4271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4271B; }
p { color: rgb(244,39,27); }
H1.HeaderClassName
{
color: #F4271B;
}
.AnyTagClassName
{
color: #F4271B;
}
</style>
background-color css
<style>
a { background-color: #F4271B; }
a { background-color: rgb(244,39,27); }
div.DivClassName
{
background-color: #F4271B;
}
.BgClassName
{
background-color: #F4271B;
}
</style>
border-color css
<style>
span { border-color: #F4271B; }
span { border-color: rgb(244,39,27); }
td.TdClassName
{
border-color: #F4271B;
}
.TagClassName
{
border-color: #F4271B;
}
</style>