Shades of Scarlet #FA2807
Tints of Scarlet #FA2807
RGB
CMYK
RGB Variations
Color information
#FA2807 (or 0xFA2807) is known color: Scarlet. HEX triplet: FA, 28 and 07. RGB value is (250,40,7). Sum of RGB (Red+Green+Blue) = 250+40+7=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2807 is #05D7F8. Grayscale: #636363. Windows color (decimal): -382969 or 469242. OLE color: 469242.
HSL color Cylindrical-coordinate representation of color #FA2807: hue angle of 8.15º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA2807 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.02 |
| HSL | 8.15º | 0.96% | 0.5% | - |
| HSV(B) | 8.15º | 0.97% | 0.98% | - |
| XYZ | 40.22 | 21.86 | 2.3 | - |
| YUV | 99.03 | 76.07 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 7 | 0 | 0.84 | 0.97 | 0.02 | 8.15 | 0.96 | 0.5 |
| Hex | FA | 28 | 7 | 0 | 54 | 61 | 2 | 8 | 60 | 32 |
| Octal | 372 | 50 | 7 | 0 | 124 | 141 | 2 | 10 | 140 | 62 |
| Binary | 11111010 | 101000 | 111 | 0 | 1010100 | 1100001 | 10 | 1000 | 1100000 | 110010 |
Color Harmonies of #FA2807
Complementary color
Monochromatic Colors of #FA2807
Black with #FA2807
Text Example
Text Example
White with #FA2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2807; }
p { color: rgb(250,40,7); }
H1.HeaderClassName
{
color: #FA2807;
}
.AnyTagClassName
{
color: #FA2807;
}
</style>
background-color css
<style>
a { background-color: #FA2807; }
a { background-color: rgb(250,40,7); }
div.DivClassName
{
background-color: #FA2807;
}
.BgClassName
{
background-color: #FA2807;
}
</style>
border-color css
<style>
span { border-color: #FA2807; }
span { border-color: rgb(250,40,7); }
td.TdClassName
{
border-color: #FA2807;
}
.TagClassName
{
border-color: #FA2807;
}
</style>