Shades of Scarlet #FE2403
Tints of Scarlet #FE2403
RGB
CMYK
RGB Variations
Color information
#FE2403 (or 0xFE2403) is known color: Scarlet. HEX triplet: FE, 24 and 03. RGB value is (254,36,3). Sum of RGB (Red+Green+Blue) = 254+36+3=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2403 is #01DBFC. Grayscale: #616161. Windows color (decimal): -121853 or 206078. OLE color: 206078.
HSL color Cylindrical-coordinate representation of color #FE2403: hue angle of 7.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE2403 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.00 |
| HSL | 7.89º | 0.99% | 0.5% | - |
| HSV(B) | 7.89º | 0.99% | 1% | - |
| XYZ | 41.52 | 22.34 | 2.21 | - |
| YUV | 97.42 | 74.72 | 239.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 3 | 0 | 0.86 | 0.99 | 0.00 | 7.89 | 0.99 | 0.5 |
| Hex | FE | 24 | 3 | 0 | 56 | 63 | 0 | 8 | 63 | 32 |
| Octal | 376 | 44 | 3 | 0 | 126 | 143 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100100 | 11 | 0 | 1010110 | 1100011 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2403
Complementary color
Monochromatic Colors of #FE2403
Black with #FE2403
Text Example
Text Example
White with #FE2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2403; }
p { color: rgb(254,36,3); }
H1.HeaderClassName
{
color: #FE2403;
}
.AnyTagClassName
{
color: #FE2403;
}
</style>
background-color css
<style>
a { background-color: #FE2403; }
a { background-color: rgb(254,36,3); }
div.DivClassName
{
background-color: #FE2403;
}
.BgClassName
{
background-color: #FE2403;
}
</style>
border-color css
<style>
span { border-color: #FE2403; }
span { border-color: rgb(254,36,3); }
td.TdClassName
{
border-color: #FE2403;
}
.TagClassName
{
border-color: #FE2403;
}
</style>