Shades of Scarlet #FF330F
Tints of Scarlet #FF330F
RGB
CMYK
RGB Variations
Color information
#FF330F (or 0xFF330F) is known color: Scarlet. HEX triplet: FF, 33 and 0F. RGB value is (255,51,15). Sum of RGB (Red+Green+Blue) = 255+51+15=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF330F is #00CCF0. Grayscale: #6C6C6C. Windows color (decimal): -52465 or 996351. OLE color: 996351.
HSL color Cylindrical-coordinate representation of color #FF330F: hue angle of 9º 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 #FF330F is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 15 | - |
| CMYK | 0 | 0.8 | 0.94 | 0 |
| HSL | 9º | 1% | 0.53% | - |
| HSV(B) | 9º | 0.94% | 1% | - |
| XYZ | 42.51 | 23.66 | 2.78 | - |
| YUV | 107.89 | 75.59 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 15 | 0 | 0.8 | 0.94 | 0 | 9 | 1 | 0.53 |
| Hex | FF | 33 | F | 0 | 50 | 5E | 0 | 9 | 64 | 35 |
| Octal | 377 | 63 | 17 | 0 | 120 | 136 | 0 | 11 | 144 | 65 |
| Binary | 11111111 | 110011 | 1111 | 0 | 1010000 | 1011110 | 0 | 1001 | 1100100 | 110101 |
Color Harmonies of #FF330F
Complementary color
Monochromatic Colors of #FF330F
Black with #FF330F
Text Example
Text Example
White with #FF330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF330F; }
p { color: rgb(255,51,15); }
H1.HeaderClassName
{
color: #FF330F;
}
.AnyTagClassName
{
color: #FF330F;
}
</style>
background-color css
<style>
a { background-color: #FF330F; }
a { background-color: rgb(255,51,15); }
div.DivClassName
{
background-color: #FF330F;
}
.BgClassName
{
background-color: #FF330F;
}
</style>
border-color css
<style>
span { border-color: #FF330F; }
span { border-color: rgb(255,51,15); }
td.TdClassName
{
border-color: #FF330F;
}
.TagClassName
{
border-color: #FF330F;
}
</style>