Shades of Scarlet #FF300F
Tints of Scarlet #FF300F
RGB
CMYK
RGB Variations
Color information
#FF300F (or 0xFF300F) is known color: Scarlet. HEX triplet: FF, 30 and 0F. RGB value is (255,48,15). Sum of RGB (Red+Green+Blue) = 255+48+15=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF300F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF300F is #00CFF0. Grayscale: #6A6A6A. Windows color (decimal): -53233 or 995583. OLE color: 995583.
HSL color Cylindrical-coordinate representation of color #FF300F: hue angle of 8.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF300F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0 |
| HSL | 8.25º | 1% | 0.53% | - |
| HSV(B) | 8.25º | 0.94% | 1% | - |
| XYZ | 42.38 | 23.41 | 2.74 | - |
| YUV | 106.13 | 76.58 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 15 | 0 | 0.81 | 0.94 | 0 | 8.25 | 1 | 0.53 |
| Hex | FF | 30 | F | 0 | 51 | 5E | 0 | 8 | 64 | 35 |
| Octal | 377 | 60 | 17 | 0 | 121 | 136 | 0 | 10 | 144 | 65 |
| Binary | 11111111 | 110000 | 1111 | 0 | 1010001 | 1011110 | 0 | 1000 | 1100100 | 110101 |
Color Harmonies of #FF300F
Complementary color
Monochromatic Colors of #FF300F
Black with #FF300F
Text Example
Text Example
White with #FF300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF300F; }
p { color: rgb(255,48,15); }
H1.HeaderClassName
{
color: #FF300F;
}
.AnyTagClassName
{
color: #FF300F;
}
</style>
background-color css
<style>
a { background-color: #FF300F; }
a { background-color: rgb(255,48,15); }
div.DivClassName
{
background-color: #FF300F;
}
.BgClassName
{
background-color: #FF300F;
}
</style>
border-color css
<style>
span { border-color: #FF300F; }
span { border-color: rgb(255,48,15); }
td.TdClassName
{
border-color: #FF300F;
}
.TagClassName
{
border-color: #FF300F;
}
</style>