Shades of Scarlet #FF3415
Tints of Scarlet #FF3415
RGB
CMYK
RGB Variations
Color information
#FF3415 (or 0xFF3415) is known color: Scarlet. HEX triplet: FF, 34 and 15. RGB value is (255,52,21). Sum of RGB (Red+Green+Blue) = 255+52+21=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3415 is #00CBEA. Grayscale: #6D6D6D. Windows color (decimal): -52203 or 1389823. OLE color: 1389823.
HSL color Cylindrical-coordinate representation of color #FF3415: hue angle of 7.95º 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 #FF3415 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0 |
| HSL | 7.95º | 1% | 0.54% | - |
| HSV(B) | 7.95º | 0.92% | 1% | - |
| XYZ | 42.6 | 23.77 | 3.05 | - |
| YUV | 109.16 | 78.25 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 21 | 0 | 0.80 | 0.92 | 0 | 7.95 | 1 | 0.54 |
| Hex | FF | 34 | 15 | 0 | 50 | 5C | 0 | 8 | 64 | 36 |
| Octal | 377 | 64 | 25 | 0 | 120 | 134 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110100 | 10101 | 0 | 1010000 | 1011100 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3415
Complementary color
Monochromatic Colors of #FF3415
Black with #FF3415
Text Example
Text Example
White with #FF3415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3415; }
p { color: rgb(255,52,21); }
H1.HeaderClassName
{
color: #FF3415;
}
.AnyTagClassName
{
color: #FF3415;
}
</style>
background-color css
<style>
a { background-color: #FF3415; }
a { background-color: rgb(255,52,21); }
div.DivClassName
{
background-color: #FF3415;
}
.BgClassName
{
background-color: #FF3415;
}
</style>
border-color css
<style>
span { border-color: #FF3415; }
span { border-color: rgb(255,52,21); }
td.TdClassName
{
border-color: #FF3415;
}
.TagClassName
{
border-color: #FF3415;
}
</style>