Shades of Scarlet #FA271C
Tints of Scarlet #FA271C
RGB
CMYK
RGB Variations
Color information
#FA271C (or 0xFA271C) is known color: Scarlet. HEX triplet: FA, 27 and 1C. RGB value is (250,39,28). Sum of RGB (Red+Green+Blue) = 250+39+28=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA271C is #05D8E3. Grayscale: #656565. Windows color (decimal): -383204 or 1845242. OLE color: 1845242.
HSL color Cylindrical-coordinate representation of color #FA271C: hue angle of 2.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA271C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 2.97º | 0.96% | 0.55% | - |
| HSV(B) | 2.97º | 0.89% | 0.98% | - |
| XYZ | 40.36 | 21.86 | 3.19 | - |
| YUV | 100.84 | 86.9 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 28 | 0 | 0.84 | 0.89 | 0.02 | 2.97 | 0.96 | 0.55 |
| Hex | FA | 27 | 1C | 0 | 54 | 59 | 2 | 3 | 60 | 37 |
| Octal | 372 | 47 | 34 | 0 | 124 | 131 | 2 | 3 | 140 | 67 |
| Binary | 11111010 | 100111 | 11100 | 0 | 1010100 | 1011001 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FA271C
Complementary color
Monochromatic Colors of #FA271C
Black with #FA271C
Text Example
Text Example
White with #FA271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA271C; }
p { color: rgb(250,39,28); }
H1.HeaderClassName
{
color: #FA271C;
}
.AnyTagClassName
{
color: #FA271C;
}
</style>
background-color css
<style>
a { background-color: #FA271C; }
a { background-color: rgb(250,39,28); }
div.DivClassName
{
background-color: #FA271C;
}
.BgClassName
{
background-color: #FA271C;
}
</style>
border-color css
<style>
span { border-color: #FA271C; }
span { border-color: rgb(250,39,28); }
td.TdClassName
{
border-color: #FA271C;
}
.TagClassName
{
border-color: #FA271C;
}
</style>