Shades of Scarlet #FE281E
Tints of Scarlet #FE281E
RGB
CMYK
RGB Variations
Color information
#FE281E (or 0xFE281E) is known color: Scarlet. HEX triplet: FE, 28 and 1E. RGB value is (254,40,30). Sum of RGB (Red+Green+Blue) = 254+40+30=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE281E is #01D7E1. Grayscale: #676767. Windows color (decimal): -120802 or 1976574. OLE color: 1976574.
HSL color Cylindrical-coordinate representation of color #FE281E: hue angle of 2.68º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE281E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.00 |
| HSL | 2.68º | 0.99% | 0.56% | - |
| HSV(B) | 2.68º | 0.88% | 1% | - |
| XYZ | 41.87 | 22.68 | 3.4 | - |
| YUV | 102.85 | 86.9 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 30 | 0 | 0.84 | 0.88 | 0.00 | 2.68 | 0.99 | 0.56 |
| Hex | FE | 28 | 1E | 0 | 54 | 58 | 0 | 3 | 63 | 38 |
| Octal | 376 | 50 | 36 | 0 | 124 | 130 | 0 | 3 | 143 | 70 |
| Binary | 11111110 | 101000 | 11110 | 0 | 1010100 | 1011000 | 0 | 11 | 1100011 | 111000 |
Color Harmonies of #FE281E
Complementary color
Monochromatic Colors of #FE281E
Black with #FE281E
Text Example
Text Example
White with #FE281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE281E; }
p { color: rgb(254,40,30); }
H1.HeaderClassName
{
color: #FE281E;
}
.AnyTagClassName
{
color: #FE281E;
}
</style>
background-color css
<style>
a { background-color: #FE281E; }
a { background-color: rgb(254,40,30); }
div.DivClassName
{
background-color: #FE281E;
}
.BgClassName
{
background-color: #FE281E;
}
</style>
border-color css
<style>
span { border-color: #FE281E; }
span { border-color: rgb(254,40,30); }
td.TdClassName
{
border-color: #FE281E;
}
.TagClassName
{
border-color: #FE281E;
}
</style>