Shades of Scarlet #FF3213
Tints of Scarlet #FF3213
RGB
CMYK
RGB Variations
Color information
#FF3213 (or 0xFF3213) is known color: Scarlet. HEX triplet: FF, 32 and 13. RGB value is (255,50,19). Sum of RGB (Red+Green+Blue) = 255+50+19=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3213 is #00CDEC. Grayscale: #6C6C6C. Windows color (decimal): -52717 or 1258239. OLE color: 1258239.
HSL color Cylindrical-coordinate representation of color #FF3213: hue angle of 7.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3213 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 19 | - |
| CMYK | 0 | 0.80 | 0.93 | 0 |
| HSL | 7.88º | 1% | 0.54% | - |
| HSV(B) | 7.88º | 0.93% | 1% | - |
| XYZ | 42.5 | 23.59 | 2.93 | - |
| YUV | 107.76 | 77.92 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 19 | 0 | 0.80 | 0.93 | 0 | 7.88 | 1 | 0.54 |
| Hex | FF | 32 | 13 | 0 | 50 | 5D | 0 | 8 | 64 | 36 |
| Octal | 377 | 62 | 23 | 0 | 120 | 135 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110010 | 10011 | 0 | 1010000 | 1011101 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3213
Complementary color
Monochromatic Colors of #FF3213
Black with #FF3213
Text Example
Text Example
White with #FF3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3213; }
p { color: rgb(255,50,19); }
H1.HeaderClassName
{
color: #FF3213;
}
.AnyTagClassName
{
color: #FF3213;
}
</style>
background-color css
<style>
a { background-color: #FF3213; }
a { background-color: rgb(255,50,19); }
div.DivClassName
{
background-color: #FF3213;
}
.BgClassName
{
background-color: #FF3213;
}
</style>
border-color css
<style>
span { border-color: #FF3213; }
span { border-color: rgb(255,50,19); }
td.TdClassName
{
border-color: #FF3213;
}
.TagClassName
{
border-color: #FF3213;
}
</style>