Shades of Scarlet #FF3410
Tints of Scarlet #FF3410
RGB
CMYK
RGB Variations
Color information
#FF3410 (or 0xFF3410) is known color: Scarlet. HEX triplet: FF, 34 and 10. RGB value is (255,52,16). Sum of RGB (Red+Green+Blue) = 255+52+16=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3410 is #00CBEF. Grayscale: #6C6C6C. Windows color (decimal): -52208 or 1062143. OLE color: 1062143.
HSL color Cylindrical-coordinate representation of color #FF3410: hue angle of 9.04º 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 #FF3410 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 16 | - |
| CMYK | 0 | 0.80 | 0.94 | 0 |
| HSL | 9.04º | 1% | 0.53% | - |
| HSV(B) | 9.04º | 0.94% | 1% | - |
| XYZ | 42.56 | 23.75 | 2.83 | - |
| YUV | 108.59 | 75.75 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 16 | 0 | 0.80 | 0.94 | 0 | 9.04 | 1 | 0.53 |
| Hex | FF | 34 | 10 | 0 | 50 | 5E | 0 | 9 | 64 | 35 |
| Octal | 377 | 64 | 20 | 0 | 120 | 136 | 0 | 11 | 144 | 65 |
| Binary | 11111111 | 110100 | 10000 | 0 | 1010000 | 1011110 | 0 | 1001 | 1100100 | 110101 |
Color Harmonies of #FF3410
Complementary color
Monochromatic Colors of #FF3410
Black with #FF3410
Text Example
Text Example
White with #FF3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3410; }
p { color: rgb(255,52,16); }
H1.HeaderClassName
{
color: #FF3410;
}
.AnyTagClassName
{
color: #FF3410;
}
</style>
background-color css
<style>
a { background-color: #FF3410; }
a { background-color: rgb(255,52,16); }
div.DivClassName
{
background-color: #FF3410;
}
.BgClassName
{
background-color: #FF3410;
}
</style>
border-color css
<style>
span { border-color: #FF3410; }
span { border-color: rgb(255,52,16); }
td.TdClassName
{
border-color: #FF3410;
}
.TagClassName
{
border-color: #FF3410;
}
</style>