Shades of Scarlet #FE3401
Tints of Scarlet #FE3401
RGB
CMYK
RGB Variations
Color information
#FE3401 (or 0xFE3401) is known color: Scarlet. HEX triplet: FE, 34 and 01. RGB value is (254,52,1). Sum of RGB (Red+Green+Blue) = 254+52+1=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3401 is #01CBFE. Grayscale: #6A6A6A. Windows color (decimal): -117759 or 79102. OLE color: 79102.
HSL color Cylindrical-coordinate representation of color #FE3401: hue angle of 12.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE3401 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.00 |
| HSL | 12.09º | 0.99% | 0.5% | - |
| HSV(B) | 12.09º | 1% | 1% | - |
| XYZ | 42.11 | 23.53 | 2.35 | - |
| YUV | 106.58 | 68.42 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 1 | 0 | 0.80 | 1.00 | 0.00 | 12.09 | 0.99 | 0.5 |
| Hex | FE | 34 | 1 | 0 | 50 | 64 | 0 | C | 63 | 32 |
| Octal | 376 | 64 | 1 | 0 | 120 | 144 | 0 | 14 | 143 | 62 |
| Binary | 11111110 | 110100 | 1 | 0 | 1010000 | 1100100 | 0 | 1100 | 1100011 | 110010 |
Color Harmonies of #FE3401
Complementary color
Monochromatic Colors of #FE3401
Black with #FE3401
Text Example
Text Example
White with #FE3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3401; }
p { color: rgb(254,52,1); }
H1.HeaderClassName
{
color: #FE3401;
}
.AnyTagClassName
{
color: #FE3401;
}
</style>
background-color css
<style>
a { background-color: #FE3401; }
a { background-color: rgb(254,52,1); }
div.DivClassName
{
background-color: #FE3401;
}
.BgClassName
{
background-color: #FE3401;
}
</style>
border-color css
<style>
span { border-color: #FE3401; }
span { border-color: rgb(254,52,1); }
td.TdClassName
{
border-color: #FE3401;
}
.TagClassName
{
border-color: #FE3401;
}
</style>