Shades of Scarlet #FE251B
Tints of Scarlet #FE251B
RGB
CMYK
RGB Variations
Color information
#FE251B (or 0xFE251B) is known color: Scarlet. HEX triplet: FE, 25 and 1B. RGB value is (254,37,27). Sum of RGB (Red+Green+Blue) = 254+37+27=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE251B is #01DAE4. Grayscale: #656565. Windows color (decimal): -121573 or 1779198. OLE color: 1779198.
HSL color Cylindrical-coordinate representation of color #FE251B: hue angle of 2.64º 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 #FE251B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.00 |
| HSL | 2.64º | 0.99% | 0.55% | - |
| HSV(B) | 2.64º | 0.89% | 1% | - |
| XYZ | 41.73 | 22.47 | 3.18 | - |
| YUV | 100.74 | 86.39 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 27 | 0 | 0.85 | 0.89 | 0.00 | 2.64 | 0.99 | 0.55 |
| Hex | FE | 25 | 1B | 0 | 55 | 59 | 0 | 3 | 63 | 37 |
| Octal | 376 | 45 | 33 | 0 | 125 | 131 | 0 | 3 | 143 | 67 |
| Binary | 11111110 | 100101 | 11011 | 0 | 1010101 | 1011001 | 0 | 11 | 1100011 | 110111 |
Color Harmonies of #FE251B
Complementary color
Monochromatic Colors of #FE251B
Black with #FE251B
Text Example
Text Example
White with #FE251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE251B; }
p { color: rgb(254,37,27); }
H1.HeaderClassName
{
color: #FE251B;
}
.AnyTagClassName
{
color: #FE251B;
}
</style>
background-color css
<style>
a { background-color: #FE251B; }
a { background-color: rgb(254,37,27); }
div.DivClassName
{
background-color: #FE251B;
}
.BgClassName
{
background-color: #FE251B;
}
</style>
border-color css
<style>
span { border-color: #FE251B; }
span { border-color: rgb(254,37,27); }
td.TdClassName
{
border-color: #FE251B;
}
.TagClassName
{
border-color: #FE251B;
}
</style>