Shades of Scarlet #F43315
Tints of Scarlet #F43315
RGB
CMYK
RGB Variations
Color information
#F43315 (or 0xF43315) is known color: Scarlet. HEX triplet: F4, 33 and 15. RGB value is (244,51,21). Sum of RGB (Red+Green+Blue) = 244+51+21=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F43315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43315 is #0BCCEA. Grayscale: #696969. Windows color (decimal): -773355 or 1389556. OLE color: 1389556.
HSL color Cylindrical-coordinate representation of color #F43315: hue angle of 8.07º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F43315 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.04 |
| HSL | 8.07º | 0.91% | 0.52% | - |
| HSV(B) | 8.07º | 0.91% | 0.96% | - |
| XYZ | 38.63 | 21.65 | 2.85 | - |
| YUV | 105.29 | 80.44 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 21 | 0 | 0.79 | 0.91 | 0.04 | 8.07 | 0.91 | 0.52 |
| Hex | F4 | 33 | 15 | 0 | 4F | 5B | 4 | 8 | 5B | 34 |
| Octal | 364 | 63 | 25 | 0 | 117 | 133 | 4 | 10 | 133 | 64 |
| Binary | 11110100 | 110011 | 10101 | 0 | 1001111 | 1011011 | 100 | 1000 | 1011011 | 110100 |
Color Harmonies of #F43315
Complementary color
Monochromatic Colors of #F43315
Black with #F43315
Text Example
Text Example
White with #F43315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43315; }
p { color: rgb(244,51,21); }
H1.HeaderClassName
{
color: #F43315;
}
.AnyTagClassName
{
color: #F43315;
}
</style>
background-color css
<style>
a { background-color: #F43315; }
a { background-color: rgb(244,51,21); }
div.DivClassName
{
background-color: #F43315;
}
.BgClassName
{
background-color: #F43315;
}
</style>
border-color css
<style>
span { border-color: #F43315; }
span { border-color: rgb(244,51,21); }
td.TdClassName
{
border-color: #F43315;
}
.TagClassName
{
border-color: #F43315;
}
</style>