Shades of Scarlet #FF3018
Tints of Scarlet #FF3018
RGB
CMYK
RGB Variations
Color information
#FF3018 (or 0xFF3018) is known color: Scarlet. HEX triplet: FF, 30 and 18. RGB value is (255,48,24). Sum of RGB (Red+Green+Blue) = 255+48+24=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3018 is #00CFE7. Grayscale: #6B6B6B. Windows color (decimal): -53224 or 1585407. OLE color: 1585407.
HSL color Cylindrical-coordinate representation of color #FF3018: hue angle of 6.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF3018 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 24 | - |
| CMYK | 0 | 0.81 | 0.91 | 0 |
| HSL | 6.23º | 1% | 0.55% | - |
| HSV(B) | 6.23º | 0.91% | 1% | - |
| XYZ | 42.46 | 23.44 | 3.15 | - |
| YUV | 107.16 | 81.08 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 24 | 0 | 0.81 | 0.91 | 0 | 6.23 | 1 | 0.55 |
| Hex | FF | 30 | 18 | 0 | 51 | 5B | 0 | 6 | 64 | 37 |
| Octal | 377 | 60 | 30 | 0 | 121 | 133 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 110000 | 11000 | 0 | 1010001 | 1011011 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF3018
Complementary color
Monochromatic Colors of #FF3018
Black with #FF3018
Text Example
Text Example
White with #FF3018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3018; }
p { color: rgb(255,48,24); }
H1.HeaderClassName
{
color: #FF3018;
}
.AnyTagClassName
{
color: #FF3018;
}
</style>
background-color css
<style>
a { background-color: #FF3018; }
a { background-color: rgb(255,48,24); }
div.DivClassName
{
background-color: #FF3018;
}
.BgClassName
{
background-color: #FF3018;
}
</style>
border-color css
<style>
span { border-color: #FF3018; }
span { border-color: rgb(255,48,24); }
td.TdClassName
{
border-color: #FF3018;
}
.TagClassName
{
border-color: #FF3018;
}
</style>