Shades of Scarlet #F32915
Tints of Scarlet #F32915
RGB
CMYK
RGB Variations
Color information
#F32915 (or 0xF32915) is known color: Scarlet. HEX triplet: F3, 29 and 15. RGB value is (243,41,21). Sum of RGB (Red+Green+Blue) = 243+41+21=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F32915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32915 is #0CD6EA. Grayscale: #636363. Windows color (decimal): -841451 or 1386995. OLE color: 1386995.
HSL color Cylindrical-coordinate representation of color #F32915: hue angle of 5.41º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F32915 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 21 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.05 |
| HSL | 5.41º | 0.9% | 0.52% | - |
| HSV(B) | 5.41º | 0.91% | 0.95% | - |
| XYZ | 37.89 | 20.69 | 2.71 | - |
| YUV | 99.12 | 83.92 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 21 | 0 | 0.83 | 0.91 | 0.05 | 5.41 | 0.9 | 0.52 |
| Hex | F3 | 29 | 15 | 0 | 53 | 5B | 5 | 5 | 5A | 34 |
| Octal | 363 | 51 | 25 | 0 | 123 | 133 | 5 | 5 | 132 | 64 |
| Binary | 11110011 | 101001 | 10101 | 0 | 1010011 | 1011011 | 101 | 101 | 1011010 | 110100 |
Color Harmonies of #F32915
Complementary color
Monochromatic Colors of #F32915
Black with #F32915
Text Example
Text Example
White with #F32915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32915; }
p { color: rgb(243,41,21); }
H1.HeaderClassName
{
color: #F32915;
}
.AnyTagClassName
{
color: #F32915;
}
</style>
background-color css
<style>
a { background-color: #F32915; }
a { background-color: rgb(243,41,21); }
div.DivClassName
{
background-color: #F32915;
}
.BgClassName
{
background-color: #F32915;
}
</style>
border-color css
<style>
span { border-color: #F32915; }
span { border-color: rgb(243,41,21); }
td.TdClassName
{
border-color: #F32915;
}
.TagClassName
{
border-color: #F32915;
}
</style>