Shades of Scarlet #FA2400
Tints of Scarlet #FA2400
RGB
CMYK
RGB Variations
Color information
#FA2400 (or 0xFA2400) is known color: Scarlet. HEX triplet: FA, 24 and 00. RGB value is (250,36,0). Sum of RGB (Red+Green+Blue) = 250+36+0=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2400 is #05DBFF. Grayscale: #606060. Windows color (decimal): -384000 or 9466. OLE color: 9466.
HSL color Cylindrical-coordinate representation of color #FA2400: hue angle of 8.64º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA2400 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.02 |
| HSL | 8.64º | 1% | 0.49% | - |
| HSV(B) | 8.64º | 1% | 0.98% | - |
| XYZ | 40.06 | 21.59 | 2.06 | - |
| YUV | 95.88 | 73.9 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 0 | 0 | 0.86 | 1 | 0.02 | 8.64 | 1 | 0.49 |
| Hex | FA | 24 | 0 | 0 | 56 | 64 | 2 | 9 | 64 | 31 |
| Octal | 372 | 44 | 0 | 0 | 126 | 144 | 2 | 11 | 144 | 61 |
| Binary | 11111010 | 100100 | 0 | 0 | 1010110 | 1100100 | 10 | 1001 | 1100100 | 110001 |
Color Harmonies of #FA2400
Complementary color
Monochromatic Colors of #FA2400
Black with #FA2400
Text Example
Text Example
White with #FA2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2400; }
p { color: rgb(250,36,0); }
H1.HeaderClassName
{
color: #FA2400;
}
.AnyTagClassName
{
color: #FA2400;
}
</style>
background-color css
<style>
a { background-color: #FA2400; }
a { background-color: rgb(250,36,0); }
div.DivClassName
{
background-color: #FA2400;
}
.BgClassName
{
background-color: #FA2400;
}
</style>
border-color css
<style>
span { border-color: #FA2400; }
span { border-color: rgb(250,36,0); }
td.TdClassName
{
border-color: #FA2400;
}
.TagClassName
{
border-color: #FA2400;
}
</style>