Shades of Scarlet #FE2905
Tints of Scarlet #FE2905
RGB
CMYK
RGB Variations
Color information
#FE2905 (or 0xFE2905) is known color: Scarlet. HEX triplet: FE, 29 and 05. RGB value is (254,41,5). Sum of RGB (Red+Green+Blue) = 254+41+5=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2905 is #01D6FA. Grayscale: #646464. Windows color (decimal): -120571 or 338430. OLE color: 338430.
HSL color Cylindrical-coordinate representation of color #FE2905: hue angle of 8.67º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE2905 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.00 |
| HSL | 8.67º | 0.99% | 0.51% | - |
| HSV(B) | 8.67º | 0.98% | 1% | - |
| XYZ | 41.69 | 22.67 | 2.32 | - |
| YUV | 100.58 | 74.07 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 5 | 0 | 0.84 | 0.98 | 0.00 | 8.67 | 0.99 | 0.51 |
| Hex | FE | 29 | 5 | 0 | 54 | 62 | 0 | 9 | 63 | 33 |
| Octal | 376 | 51 | 5 | 0 | 124 | 142 | 0 | 11 | 143 | 63 |
| Binary | 11111110 | 101001 | 101 | 0 | 1010100 | 1100010 | 0 | 1001 | 1100011 | 110011 |
Color Harmonies of #FE2905
Complementary color
Monochromatic Colors of #FE2905
Black with #FE2905
Text Example
Text Example
White with #FE2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2905; }
p { color: rgb(254,41,5); }
H1.HeaderClassName
{
color: #FE2905;
}
.AnyTagClassName
{
color: #FE2905;
}
</style>
background-color css
<style>
a { background-color: #FE2905; }
a { background-color: rgb(254,41,5); }
div.DivClassName
{
background-color: #FE2905;
}
.BgClassName
{
background-color: #FE2905;
}
</style>
border-color css
<style>
span { border-color: #FE2905; }
span { border-color: rgb(254,41,5); }
td.TdClassName
{
border-color: #FE2905;
}
.TagClassName
{
border-color: #FE2905;
}
</style>