Shades of Scarlet #FF3215
Tints of Scarlet #FF3215
RGB
CMYK
RGB Variations
Color information
#FF3215 (or 0xFF3215) is known color: Scarlet. HEX triplet: FF, 32 and 15. RGB value is (255,50,21). Sum of RGB (Red+Green+Blue) = 255+50+21=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3215 is #00CDEA. Grayscale: #6C6C6C. Windows color (decimal): -52715 or 1389311. OLE color: 1389311.
HSL color Cylindrical-coordinate representation of color #FF3215: hue angle of 7.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF3215 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0 |
| HSL | 7.44º | 1% | 0.54% | - |
| HSV(B) | 7.44º | 0.92% | 1% | - |
| XYZ | 42.52 | 23.6 | 3.02 | - |
| YUV | 107.99 | 78.92 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 21 | 0 | 0.80 | 0.92 | 0 | 7.44 | 1 | 0.54 |
| Hex | FF | 32 | 15 | 0 | 50 | 5C | 0 | 7 | 64 | 36 |
| Octal | 377 | 62 | 25 | 0 | 120 | 134 | 0 | 7 | 144 | 66 |
| Binary | 11111111 | 110010 | 10101 | 0 | 1010000 | 1011100 | 0 | 111 | 1100100 | 110110 |
Color Harmonies of #FF3215
Complementary color
Monochromatic Colors of #FF3215
Black with #FF3215
Text Example
Text Example
White with #FF3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3215; }
p { color: rgb(255,50,21); }
H1.HeaderClassName
{
color: #FF3215;
}
.AnyTagClassName
{
color: #FF3215;
}
</style>
background-color css
<style>
a { background-color: #FF3215; }
a { background-color: rgb(255,50,21); }
div.DivClassName
{
background-color: #FF3215;
}
.BgClassName
{
background-color: #FF3215;
}
</style>
border-color css
<style>
span { border-color: #FF3215; }
span { border-color: rgb(255,50,21); }
td.TdClassName
{
border-color: #FF3215;
}
.TagClassName
{
border-color: #FF3215;
}
</style>