Shades of Scarlet #FF3011
Tints of Scarlet #FF3011
RGB
CMYK
RGB Variations
Color information
#FF3011 (or 0xFF3011) is known color: Scarlet. HEX triplet: FF, 30 and 11. RGB value is (255,48,17). Sum of RGB (Red+Green+Blue) = 255+48+17=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3011 is #00CFEE. Grayscale: #6A6A6A. Windows color (decimal): -53231 or 1126655. OLE color: 1126655.
HSL color Cylindrical-coordinate representation of color #FF3011: hue angle of 7.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3011 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0 |
| HSL | 7.82º | 1% | 0.53% | - |
| HSV(B) | 7.82º | 0.93% | 1% | - |
| XYZ | 42.4 | 23.41 | 2.82 | - |
| YUV | 106.36 | 77.58 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 17 | 0 | 0.81 | 0.93 | 0 | 7.82 | 1 | 0.53 |
| Hex | FF | 30 | 11 | 0 | 51 | 5D | 0 | 8 | 64 | 35 |
| Octal | 377 | 60 | 21 | 0 | 121 | 135 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 110000 | 10001 | 0 | 1010001 | 1011101 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF3011
Complementary color
Monochromatic Colors of #FF3011
Black with #FF3011
Text Example
Text Example
White with #FF3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3011; }
p { color: rgb(255,48,17); }
H1.HeaderClassName
{
color: #FF3011;
}
.AnyTagClassName
{
color: #FF3011;
}
</style>
background-color css
<style>
a { background-color: #FF3011; }
a { background-color: rgb(255,48,17); }
div.DivClassName
{
background-color: #FF3011;
}
.BgClassName
{
background-color: #FF3011;
}
</style>
border-color css
<style>
span { border-color: #FF3011; }
span { border-color: rgb(255,48,17); }
td.TdClassName
{
border-color: #FF3011;
}
.TagClassName
{
border-color: #FF3011;
}
</style>