Shades of Scarlet #FE2301
Tints of Scarlet #FE2301
RGB
CMYK
RGB Variations
Color information
#FE2301 (or 0xFE2301) is known color: Scarlet. HEX triplet: FE, 23 and 01. RGB value is (254,35,1). Sum of RGB (Red+Green+Blue) = 254+35+1=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2301 is #01DCFE. Grayscale: #606060. Windows color (decimal): -122111 or 74750. OLE color: 74750.
HSL color Cylindrical-coordinate representation of color #FE2301: hue angle of 8.06º 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 #FE2301 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.00 |
| HSL | 8.06º | 0.99% | 0.5% | - |
| HSV(B) | 8.06º | 1% | 1% | - |
| XYZ | 41.48 | 22.28 | 2.14 | - |
| YUV | 96.61 | 74.05 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 1 | 0 | 0.86 | 1.00 | 0.00 | 8.06 | 0.99 | 0.5 |
| Hex | FE | 23 | 1 | 0 | 56 | 64 | 0 | 8 | 63 | 32 |
| Octal | 376 | 43 | 1 | 0 | 126 | 144 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100011 | 1 | 0 | 1010110 | 1100100 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2301
Complementary color
Monochromatic Colors of #FE2301
Black with #FE2301
Text Example
Text Example
White with #FE2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2301; }
p { color: rgb(254,35,1); }
H1.HeaderClassName
{
color: #FE2301;
}
.AnyTagClassName
{
color: #FE2301;
}
</style>
background-color css
<style>
a { background-color: #FE2301; }
a { background-color: rgb(254,35,1); }
div.DivClassName
{
background-color: #FE2301;
}
.BgClassName
{
background-color: #FE2301;
}
</style>
border-color css
<style>
span { border-color: #FE2301; }
span { border-color: rgb(254,35,1); }
td.TdClassName
{
border-color: #FE2301;
}
.TagClassName
{
border-color: #FE2301;
}
</style>