Shades of Scarlet #FF3417
Tints of Scarlet #FF3417
RGB
CMYK
RGB Variations
Color information
#FF3417 (or 0xFF3417) is known color: Scarlet. HEX triplet: FF, 34 and 17. RGB value is (255,52,23). Sum of RGB (Red+Green+Blue) = 255+52+23=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3417 is #00CBE8. Grayscale: #6D6D6D. Windows color (decimal): -52201 or 1520895. OLE color: 1520895.
HSL color Cylindrical-coordinate representation of color #FF3417: hue angle of 7.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF3417 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 23 | - |
| CMYK | 0 | 0.80 | 0.91 | 0 |
| HSL | 7.5º | 1% | 0.55% | - |
| HSV(B) | 7.5º | 0.91% | 1% | - |
| XYZ | 42.62 | 23.78 | 3.15 | - |
| YUV | 109.39 | 79.25 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 23 | 0 | 0.80 | 0.91 | 0 | 7.5 | 1 | 0.55 |
| Hex | FF | 34 | 17 | 0 | 50 | 5B | 0 | 8 | 64 | 37 |
| Octal | 377 | 64 | 27 | 0 | 120 | 133 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 110100 | 10111 | 0 | 1010000 | 1011011 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF3417
Complementary color
Monochromatic Colors of #FF3417
Black with #FF3417
Text Example
Text Example
White with #FF3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3417; }
p { color: rgb(255,52,23); }
H1.HeaderClassName
{
color: #FF3417;
}
.AnyTagClassName
{
color: #FF3417;
}
</style>
background-color css
<style>
a { background-color: #FF3417; }
a { background-color: rgb(255,52,23); }
div.DivClassName
{
background-color: #FF3417;
}
.BgClassName
{
background-color: #FF3417;
}
</style>
border-color css
<style>
span { border-color: #FF3417; }
span { border-color: rgb(255,52,23); }
td.TdClassName
{
border-color: #FF3417;
}
.TagClassName
{
border-color: #FF3417;
}
</style>