Shades of Scarlet #FA2817
Tints of Scarlet #FA2817
RGB
CMYK
RGB Variations
Color information
#FA2817 (or 0xFA2817) is known color: Scarlet. HEX triplet: FA, 28 and 17. RGB value is (250,40,23). Sum of RGB (Red+Green+Blue) = 250+40+23=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2817 is #05D7E8. Grayscale: #656565. Windows color (decimal): -382953 or 1517818. OLE color: 1517818.
HSL color Cylindrical-coordinate representation of color #FA2817: hue angle of 4.49º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA2817 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 23 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.02 |
| HSL | 4.49º | 0.96% | 0.54% | - |
| HSV(B) | 4.49º | 0.91% | 0.98% | - |
| XYZ | 40.34 | 21.9 | 2.91 | - |
| YUV | 100.85 | 84.07 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 23 | 0 | 0.84 | 0.91 | 0.02 | 4.49 | 0.96 | 0.54 |
| Hex | FA | 28 | 17 | 0 | 54 | 5B | 2 | 4 | 60 | 36 |
| Octal | 372 | 50 | 27 | 0 | 124 | 133 | 2 | 4 | 140 | 66 |
| Binary | 11111010 | 101000 | 10111 | 0 | 1010100 | 1011011 | 10 | 100 | 1100000 | 110110 |
Color Harmonies of #FA2817
Complementary color
Monochromatic Colors of #FA2817
Black with #FA2817
Text Example
Text Example
White with #FA2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2817; }
p { color: rgb(250,40,23); }
H1.HeaderClassName
{
color: #FA2817;
}
.AnyTagClassName
{
color: #FA2817;
}
</style>
background-color css
<style>
a { background-color: #FA2817; }
a { background-color: rgb(250,40,23); }
div.DivClassName
{
background-color: #FA2817;
}
.BgClassName
{
background-color: #FA2817;
}
</style>
border-color css
<style>
span { border-color: #FA2817; }
span { border-color: rgb(250,40,23); }
td.TdClassName
{
border-color: #FA2817;
}
.TagClassName
{
border-color: #FA2817;
}
</style>