Shades of Scarlet #FA231C
Tints of Scarlet #FA231C
RGB
CMYK
RGB Variations
Color information
#FA231C (or 0xFA231C) is known color: Scarlet. HEX triplet: FA, 23 and 1C. RGB value is (250,35,28). Sum of RGB (Red+Green+Blue) = 250+35+28=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA231C is #05DCE3. Grayscale: #626262. Windows color (decimal): -384228 or 1844218. OLE color: 1844218.
HSL color Cylindrical-coordinate representation of color #FA231C: hue angle of 1.89º 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 #FA231C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 28 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.02 |
| HSL | 1.89º | 0.96% | 0.55% | - |
| HSV(B) | 1.89º | 0.89% | 0.98% | - |
| XYZ | 40.23 | 21.61 | 3.15 | - |
| YUV | 98.49 | 88.23 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 28 | 0 | 0.86 | 0.89 | 0.02 | 1.89 | 0.96 | 0.55 |
| Hex | FA | 23 | 1C | 0 | 56 | 59 | 2 | 2 | 60 | 37 |
| Octal | 372 | 43 | 34 | 0 | 126 | 131 | 2 | 2 | 140 | 67 |
| Binary | 11111010 | 100011 | 11100 | 0 | 1010110 | 1011001 | 10 | 10 | 1100000 | 110111 |
Color Harmonies of #FA231C
Complementary color
Monochromatic Colors of #FA231C
Black with #FA231C
Text Example
Text Example
White with #FA231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA231C; }
p { color: rgb(250,35,28); }
H1.HeaderClassName
{
color: #FA231C;
}
.AnyTagClassName
{
color: #FA231C;
}
</style>
background-color css
<style>
a { background-color: #FA231C; }
a { background-color: rgb(250,35,28); }
div.DivClassName
{
background-color: #FA231C;
}
.BgClassName
{
background-color: #FA231C;
}
</style>
border-color css
<style>
span { border-color: #FA231C; }
span { border-color: rgb(250,35,28); }
td.TdClassName
{
border-color: #FA231C;
}
.TagClassName
{
border-color: #FA231C;
}
</style>