Shades of Scarlet #FF3019
Tints of Scarlet #FF3019
RGB
CMYK
RGB Variations
Color information
#FF3019 (or 0xFF3019) is known color: Scarlet. HEX triplet: FF, 30 and 19. RGB value is (255,48,25). Sum of RGB (Red+Green+Blue) = 255+48+25=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3019 is #00CFE6. Grayscale: #6B6B6B. Windows color (decimal): -53223 or 1650943. OLE color: 1650943.
HSL color Cylindrical-coordinate representation of color #FF3019: hue angle of 6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF3019 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 25 | - |
| CMYK | 0 | 0.81 | 0.90 | 0 |
| HSL | 6º | 1% | 0.55% | - |
| HSV(B) | 6º | 0.9% | 1% | - |
| XYZ | 42.47 | 23.44 | 3.21 | - |
| YUV | 107.27 | 81.58 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 25 | 0 | 0.81 | 0.90 | 0 | 6 | 1 | 0.55 |
| Hex | FF | 30 | 19 | 0 | 51 | 5A | 0 | 6 | 64 | 37 |
| Octal | 377 | 60 | 31 | 0 | 121 | 132 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 110000 | 11001 | 0 | 1010001 | 1011010 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF3019
Complementary color
Monochromatic Colors of #FF3019
Black with #FF3019
Text Example
Text Example
White with #FF3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3019; }
p { color: rgb(255,48,25); }
H1.HeaderClassName
{
color: #FF3019;
}
.AnyTagClassName
{
color: #FF3019;
}
</style>
background-color css
<style>
a { background-color: #FF3019; }
a { background-color: rgb(255,48,25); }
div.DivClassName
{
background-color: #FF3019;
}
.BgClassName
{
background-color: #FF3019;
}
</style>
border-color css
<style>
span { border-color: #FF3019; }
span { border-color: rgb(255,48,25); }
td.TdClassName
{
border-color: #FF3019;
}
.TagClassName
{
border-color: #FF3019;
}
</style>