Shades of Scarlet #FF3217
Tints of Scarlet #FF3217
RGB
CMYK
RGB Variations
Color information
#FF3217 (or 0xFF3217) is known color: Scarlet. HEX triplet: FF, 32 and 17. RGB value is (255,50,23). Sum of RGB (Red+Green+Blue) = 255+50+23=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3217 is #00CDE8. Grayscale: #6C6C6C. Windows color (decimal): -52713 or 1520383. OLE color: 1520383.
HSL color Cylindrical-coordinate representation of color #FF3217: hue angle of 6.98º 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 #FF3217 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 23 | - |
| CMYK | 0 | 0.80 | 0.91 | 0 |
| HSL | 6.98º | 1% | 0.55% | - |
| HSV(B) | 6.98º | 0.91% | 1% | - |
| XYZ | 42.54 | 23.6 | 3.12 | - |
| YUV | 108.22 | 79.92 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 23 | 0 | 0.80 | 0.91 | 0 | 6.98 | 1 | 0.55 |
| Hex | FF | 32 | 17 | 0 | 50 | 5B | 0 | 7 | 64 | 37 |
| Octal | 377 | 62 | 27 | 0 | 120 | 133 | 0 | 7 | 144 | 67 |
| Binary | 11111111 | 110010 | 10111 | 0 | 1010000 | 1011011 | 0 | 111 | 1100100 | 110111 |
Color Harmonies of #FF3217
Complementary color
Monochromatic Colors of #FF3217
Black with #FF3217
Text Example
Text Example
White with #FF3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3217; }
p { color: rgb(255,50,23); }
H1.HeaderClassName
{
color: #FF3217;
}
.AnyTagClassName
{
color: #FF3217;
}
</style>
background-color css
<style>
a { background-color: #FF3217; }
a { background-color: rgb(255,50,23); }
div.DivClassName
{
background-color: #FF3217;
}
.BgClassName
{
background-color: #FF3217;
}
</style>
border-color css
<style>
span { border-color: #FF3217; }
span { border-color: rgb(255,50,23); }
td.TdClassName
{
border-color: #FF3217;
}
.TagClassName
{
border-color: #FF3217;
}
</style>