Shades of Scarlet #FE281B
Tints of Scarlet #FE281B
RGB
CMYK
RGB Variations
Color information
#FE281B (or 0xFE281B) is known color: Scarlet. HEX triplet: FE, 28 and 1B. RGB value is (254,40,27). Sum of RGB (Red+Green+Blue) = 254+40+27=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE281B is #01D7E4. Grayscale: #666666. Windows color (decimal): -120805 or 1779966. OLE color: 1779966.
HSL color Cylindrical-coordinate representation of color #FE281B: hue angle of 3.44º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE281B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 27 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.00 |
| HSL | 3.44º | 0.99% | 0.55% | - |
| HSV(B) | 3.44º | 0.89% | 1% | - |
| XYZ | 41.83 | 22.67 | 3.21 | - |
| YUV | 102.5 | 85.4 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 27 | 0 | 0.84 | 0.89 | 0.00 | 3.44 | 0.99 | 0.55 |
| Hex | FE | 28 | 1B | 0 | 54 | 59 | 0 | 3 | 63 | 37 |
| Octal | 376 | 50 | 33 | 0 | 124 | 131 | 0 | 3 | 143 | 67 |
| Binary | 11111110 | 101000 | 11011 | 0 | 1010100 | 1011001 | 0 | 11 | 1100011 | 110111 |
Color Harmonies of #FE281B
Complementary color
Monochromatic Colors of #FE281B
Black with #FE281B
Text Example
Text Example
White with #FE281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE281B; }
p { color: rgb(254,40,27); }
H1.HeaderClassName
{
color: #FE281B;
}
.AnyTagClassName
{
color: #FE281B;
}
</style>
background-color css
<style>
a { background-color: #FE281B; }
a { background-color: rgb(254,40,27); }
div.DivClassName
{
background-color: #FE281B;
}
.BgClassName
{
background-color: #FE281B;
}
</style>
border-color css
<style>
span { border-color: #FE281B; }
span { border-color: rgb(254,40,27); }
td.TdClassName
{
border-color: #FE281B;
}
.TagClassName
{
border-color: #FE281B;
}
</style>