Shades of Scarlet #FF3015
Tints of Scarlet #FF3015
RGB
CMYK
RGB Variations
Color information
#FF3015 (or 0xFF3015) is known color: Scarlet. HEX triplet: FF, 30 and 15. RGB value is (255,48,21). Sum of RGB (Red+Green+Blue) = 255+48+21=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3015 is #00CFEA. Grayscale: #6B6B6B. Windows color (decimal): -53227 or 1388799. OLE color: 1388799.
HSL color Cylindrical-coordinate representation of color #FF3015: hue angle of 6.92º 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 #FF3015 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 21 | - |
| CMYK | 0 | 0.81 | 0.92 | 0 |
| HSL | 6.92º | 1% | 0.54% | - |
| HSV(B) | 6.92º | 0.92% | 1% | - |
| XYZ | 42.43 | 23.43 | 3 | - |
| YUV | 106.82 | 79.58 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 21 | 0 | 0.81 | 0.92 | 0 | 6.92 | 1 | 0.54 |
| Hex | FF | 30 | 15 | 0 | 51 | 5C | 0 | 7 | 64 | 36 |
| Octal | 377 | 60 | 25 | 0 | 121 | 134 | 0 | 7 | 144 | 66 |
| Binary | 11111111 | 110000 | 10101 | 0 | 1010001 | 1011100 | 0 | 111 | 1100100 | 110110 |
Color Harmonies of #FF3015
Complementary color
Monochromatic Colors of #FF3015
Black with #FF3015
Text Example
Text Example
White with #FF3015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3015; }
p { color: rgb(255,48,21); }
H1.HeaderClassName
{
color: #FF3015;
}
.AnyTagClassName
{
color: #FF3015;
}
</style>
background-color css
<style>
a { background-color: #FF3015; }
a { background-color: rgb(255,48,21); }
div.DivClassName
{
background-color: #FF3015;
}
.BgClassName
{
background-color: #FF3015;
}
</style>
border-color css
<style>
span { border-color: #FF3015; }
span { border-color: rgb(255,48,21); }
td.TdClassName
{
border-color: #FF3015;
}
.TagClassName
{
border-color: #FF3015;
}
</style>