Shades of Scarlet #FA281C
Tints of Scarlet #FA281C
RGB
CMYK
RGB Variations
Color information
#FA281C (or 0xFA281C) is known color: Scarlet. HEX triplet: FA, 28 and 1C. RGB value is (250,40,28). Sum of RGB (Red+Green+Blue) = 250+40+28=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA281C is #05D7E3. Grayscale: #656565. Windows color (decimal): -382948 or 1845498. OLE color: 1845498.
HSL color Cylindrical-coordinate representation of color #FA281C: hue angle of 3.24º 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 #FA281C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.02 |
| HSL | 3.24º | 0.96% | 0.55% | - |
| HSV(B) | 3.24º | 0.89% | 0.98% | - |
| XYZ | 40.39 | 21.93 | 3.2 | - |
| YUV | 101.42 | 86.57 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 28 | 0 | 0.84 | 0.89 | 0.02 | 3.24 | 0.96 | 0.55 |
| Hex | FA | 28 | 1C | 0 | 54 | 59 | 2 | 3 | 60 | 37 |
| Octal | 372 | 50 | 34 | 0 | 124 | 131 | 2 | 3 | 140 | 67 |
| Binary | 11111010 | 101000 | 11100 | 0 | 1010100 | 1011001 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FA281C
Complementary color
Monochromatic Colors of #FA281C
Black with #FA281C
Text Example
Text Example
White with #FA281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA281C; }
p { color: rgb(250,40,28); }
H1.HeaderClassName
{
color: #FA281C;
}
.AnyTagClassName
{
color: #FA281C;
}
</style>
background-color css
<style>
a { background-color: #FA281C; }
a { background-color: rgb(250,40,28); }
div.DivClassName
{
background-color: #FA281C;
}
.BgClassName
{
background-color: #FA281C;
}
</style>
border-color css
<style>
span { border-color: #FA281C; }
span { border-color: rgb(250,40,28); }
td.TdClassName
{
border-color: #FA281C;
}
.TagClassName
{
border-color: #FA281C;
}
</style>