Shades of Scarlet #FF281B
Tints of Scarlet #FF281B
RGB
CMYK
RGB Variations
Color information
#FF281B (or 0xFF281B) is known color: Scarlet. HEX triplet: FF, 28 and 1B. RGB value is (255,40,27). Sum of RGB (Red+Green+Blue) = 255+40+27=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF281B is #00D7E4. Grayscale: #676767. Windows color (decimal): -55269 or 1779967. OLE color: 1779967.
HSL color Cylindrical-coordinate representation of color #FF281B: hue angle of 3.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF281B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0 |
| HSL | 3.42º | 1% | 0.55% | - |
| HSV(B) | 3.42º | 0.89% | 1% | - |
| XYZ | 42.2 | 22.86 | 3.22 | - |
| YUV | 102.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 27 | 0 | 0.84 | 0.89 | 0 | 3.42 | 1 | 0.55 |
| Hex | FF | 28 | 1B | 0 | 54 | 59 | 0 | 3 | 64 | 37 |
| Octal | 377 | 50 | 33 | 0 | 124 | 131 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 101000 | 11011 | 0 | 1010100 | 1011001 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF281B
Complementary color
Monochromatic Colors of #FF281B
Black with #FF281B
Text Example
Text Example
White with #FF281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF281B; }
p { color: rgb(255,40,27); }
H1.HeaderClassName
{
color: #FF281B;
}
.AnyTagClassName
{
color: #FF281B;
}
</style>
background-color css
<style>
a { background-color: #FF281B; }
a { background-color: rgb(255,40,27); }
div.DivClassName
{
background-color: #FF281B;
}
.BgClassName
{
background-color: #FF281B;
}
</style>
border-color css
<style>
span { border-color: #FF281B; }
span { border-color: rgb(255,40,27); }
td.TdClassName
{
border-color: #FF281B;
}
.TagClassName
{
border-color: #FF281B;
}
</style>