Shades of Scarlet #FA281E
Tints of Scarlet #FA281E
RGB
CMYK
RGB Variations
Color information
#FA281E (or 0xFA281E) is known color: Scarlet. HEX triplet: FA, 28 and 1E. RGB value is (250,40,30). Sum of RGB (Red+Green+Blue) = 250+40+30=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA281E is #05D7E1. Grayscale: #656565. Windows color (decimal): -382946 or 1976570. OLE color: 1976570.
HSL color Cylindrical-coordinate representation of color #FA281E: hue angle of 2.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA281E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.02 |
| HSL | 2.73º | 0.96% | 0.55% | - |
| HSV(B) | 2.73º | 0.88% | 0.98% | - |
| XYZ | 40.42 | 21.94 | 3.33 | - |
| YUV | 101.65 | 87.57 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 30 | 0 | 0.84 | 0.88 | 0.02 | 2.73 | 0.96 | 0.55 |
| Hex | FA | 28 | 1E | 0 | 54 | 58 | 2 | 3 | 60 | 37 |
| Octal | 372 | 50 | 36 | 0 | 124 | 130 | 2 | 3 | 140 | 67 |
| Binary | 11111010 | 101000 | 11110 | 0 | 1010100 | 1011000 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FA281E
Complementary color
Monochromatic Colors of #FA281E
Black with #FA281E
Text Example
Text Example
White with #FA281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA281E; }
p { color: rgb(250,40,30); }
H1.HeaderClassName
{
color: #FA281E;
}
.AnyTagClassName
{
color: #FA281E;
}
</style>
background-color css
<style>
a { background-color: #FA281E; }
a { background-color: rgb(250,40,30); }
div.DivClassName
{
background-color: #FA281E;
}
.BgClassName
{
background-color: #FA281E;
}
</style>
border-color css
<style>
span { border-color: #FA281E; }
span { border-color: rgb(250,40,30); }
td.TdClassName
{
border-color: #FA281E;
}
.TagClassName
{
border-color: #FA281E;
}
</style>