Shades of Scarlet #FF3214
Tints of Scarlet #FF3214
RGB
CMYK
RGB Variations
Color information
#FF3214 (or 0xFF3214) is known color: Scarlet. HEX triplet: FF, 32 and 14. RGB value is (255,50,20). Sum of RGB (Red+Green+Blue) = 255+50+20=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3214 is #00CDEB. Grayscale: #6C6C6C. Windows color (decimal): -52716 or 1323775. OLE color: 1323775.
HSL color Cylindrical-coordinate representation of color #FF3214: hue angle of 7.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF3214 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 20 | - |
| CMYK | 0 | 0.80 | 0.92 | 0 |
| HSL | 7.66º | 1% | 0.54% | - |
| HSV(B) | 7.66º | 0.92% | 1% | - |
| XYZ | 42.51 | 23.59 | 2.98 | - |
| YUV | 107.88 | 78.42 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 20 | 0 | 0.80 | 0.92 | 0 | 7.66 | 1 | 0.54 |
| Hex | FF | 32 | 14 | 0 | 50 | 5C | 0 | 8 | 64 | 36 |
| Octal | 377 | 62 | 24 | 0 | 120 | 134 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110010 | 10100 | 0 | 1010000 | 1011100 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3214
Complementary color
Monochromatic Colors of #FF3214
Black with #FF3214
Text Example
Text Example
White with #FF3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3214; }
p { color: rgb(255,50,20); }
H1.HeaderClassName
{
color: #FF3214;
}
.AnyTagClassName
{
color: #FF3214;
}
</style>
background-color css
<style>
a { background-color: #FF3214; }
a { background-color: rgb(255,50,20); }
div.DivClassName
{
background-color: #FF3214;
}
.BgClassName
{
background-color: #FF3214;
}
</style>
border-color css
<style>
span { border-color: #FF3214; }
span { border-color: rgb(255,50,20); }
td.TdClassName
{
border-color: #FF3214;
}
.TagClassName
{
border-color: #FF3214;
}
</style>