Shades of Scarlet #FF3416
Tints of Scarlet #FF3416
RGB
CMYK
RGB Variations
Color information
#FF3416 (or 0xFF3416) is known color: Scarlet. HEX triplet: FF, 34 and 16. RGB value is (255,52,22). Sum of RGB (Red+Green+Blue) = 255+52+22=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3416 is #00CBE9. Grayscale: #6D6D6D. Windows color (decimal): -52202 or 1455359. OLE color: 1455359.
HSL color Cylindrical-coordinate representation of color #FF3416: hue angle of 7.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF3416 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 22 | - |
| CMYK | 0 | 0.80 | 0.91 | 0 |
| HSL | 7.73º | 1% | 0.54% | - |
| HSV(B) | 7.73º | 0.91% | 1% | - |
| XYZ | 42.61 | 23.77 | 3.1 | - |
| YUV | 109.28 | 78.75 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 22 | 0 | 0.80 | 0.91 | 0 | 7.73 | 1 | 0.54 |
| Hex | FF | 34 | 16 | 0 | 50 | 5B | 0 | 8 | 64 | 36 |
| Octal | 377 | 64 | 26 | 0 | 120 | 133 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110100 | 10110 | 0 | 1010000 | 1011011 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3416
Complementary color
Monochromatic Colors of #FF3416
Black with #FF3416
Text Example
Text Example
White with #FF3416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3416; }
p { color: rgb(255,52,22); }
H1.HeaderClassName
{
color: #FF3416;
}
.AnyTagClassName
{
color: #FF3416;
}
</style>
background-color css
<style>
a { background-color: #FF3416; }
a { background-color: rgb(255,52,22); }
div.DivClassName
{
background-color: #FF3416;
}
.BgClassName
{
background-color: #FF3416;
}
</style>
border-color css
<style>
span { border-color: #FF3416; }
span { border-color: rgb(255,52,22); }
td.TdClassName
{
border-color: #FF3416;
}
.TagClassName
{
border-color: #FF3416;
}
</style>