Shades of Scarlet #FA241C
Tints of Scarlet #FA241C
RGB
CMYK
RGB Variations
Color information
#FA241C (or 0xFA241C) is known color: Scarlet. HEX triplet: FA, 24 and 1C. RGB value is (250,36,28). Sum of RGB (Red+Green+Blue) = 250+36+28=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA241C is #05DBE3. Grayscale: #636363. Windows color (decimal): -383972 or 1844474. OLE color: 1844474.
HSL color Cylindrical-coordinate representation of color #FA241C: hue angle of 2.16º 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 #FA241C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 28 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.02 |
| HSL | 2.16º | 0.96% | 0.55% | - |
| HSV(B) | 2.16º | 0.89% | 0.98% | - |
| XYZ | 40.26 | 21.67 | 3.16 | - |
| YUV | 99.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 28 | 0 | 0.86 | 0.89 | 0.02 | 2.16 | 0.96 | 0.55 |
| Hex | FA | 24 | 1C | 0 | 56 | 59 | 2 | 2 | 60 | 37 |
| Octal | 372 | 44 | 34 | 0 | 126 | 131 | 2 | 2 | 140 | 67 |
| Binary | 11111010 | 100100 | 11100 | 0 | 1010110 | 1011001 | 10 | 10 | 1100000 | 110111 |
Color Harmonies of #FA241C
Complementary color
Monochromatic Colors of #FA241C
Black with #FA241C
Text Example
Text Example
White with #FA241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA241C; }
p { color: rgb(250,36,28); }
H1.HeaderClassName
{
color: #FA241C;
}
.AnyTagClassName
{
color: #FA241C;
}
</style>
background-color css
<style>
a { background-color: #FA241C; }
a { background-color: rgb(250,36,28); }
div.DivClassName
{
background-color: #FA241C;
}
.BgClassName
{
background-color: #FA241C;
}
</style>
border-color css
<style>
span { border-color: #FA241C; }
span { border-color: rgb(250,36,28); }
td.TdClassName
{
border-color: #FA241C;
}
.TagClassName
{
border-color: #FA241C;
}
</style>