Shades of Scarlet #FF3315
Tints of Scarlet #FF3315
RGB
CMYK
RGB Variations
Color information
#FF3315 (or 0xFF3315) is known color: Scarlet. HEX triplet: FF, 33 and 15. RGB value is (255,51,21). Sum of RGB (Red+Green+Blue) = 255+51+21=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3315 is #00CCEA. Grayscale: #6C6C6C. Windows color (decimal): -52459 or 1389567. OLE color: 1389567.
HSL color Cylindrical-coordinate representation of color #FF3315: hue angle of 7.69º 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 #FF3315 is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 21 | - |
| CMYK | 0 | 0.8 | 0.92 | 0 |
| HSL | 7.69º | 1% | 0.54% | - |
| HSV(B) | 7.69º | 0.92% | 1% | - |
| XYZ | 42.56 | 23.68 | 3.04 | - |
| YUV | 108.58 | 78.59 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 21 | 0 | 0.8 | 0.92 | 0 | 7.69 | 1 | 0.54 |
| Hex | FF | 33 | 15 | 0 | 50 | 5C | 0 | 8 | 64 | 36 |
| Octal | 377 | 63 | 25 | 0 | 120 | 134 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110011 | 10101 | 0 | 1010000 | 1011100 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3315
Complementary color
Monochromatic Colors of #FF3315
Black with #FF3315
Text Example
Text Example
White with #FF3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3315; }
p { color: rgb(255,51,21); }
H1.HeaderClassName
{
color: #FF3315;
}
.AnyTagClassName
{
color: #FF3315;
}
</style>
background-color css
<style>
a { background-color: #FF3315; }
a { background-color: rgb(255,51,21); }
div.DivClassName
{
background-color: #FF3315;
}
.BgClassName
{
background-color: #FF3315;
}
</style>
border-color css
<style>
span { border-color: #FF3315; }
span { border-color: rgb(255,51,21); }
td.TdClassName
{
border-color: #FF3315;
}
.TagClassName
{
border-color: #FF3315;
}
</style>