Shades of Scarlet #FE241E
Tints of Scarlet #FE241E
RGB
CMYK
RGB Variations
Color information
#FE241E (or 0xFE241E) is known color: Scarlet. HEX triplet: FE, 24 and 1E. RGB value is (254,36,30). Sum of RGB (Red+Green+Blue) = 254+36+30=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE241E is #01DBE1. Grayscale: #646464. Windows color (decimal): -121826 or 1975550. OLE color: 1975550.
HSL color Cylindrical-coordinate representation of color #FE241E: hue angle of 1.61º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE241E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 30 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.00 |
| HSL | 1.61º | 0.99% | 0.56% | - |
| HSV(B) | 1.61º | 0.88% | 1% | - |
| XYZ | 41.74 | 22.43 | 3.36 | - |
| YUV | 100.5 | 88.22 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 30 | 0 | 0.86 | 0.88 | 0.00 | 1.61 | 0.99 | 0.56 |
| Hex | FE | 24 | 1E | 0 | 56 | 58 | 0 | 2 | 63 | 38 |
| Octal | 376 | 44 | 36 | 0 | 126 | 130 | 0 | 2 | 143 | 70 |
| Binary | 11111110 | 100100 | 11110 | 0 | 1010110 | 1011000 | 0 | 10 | 1100011 | 111000 |
Color Harmonies of #FE241E
Complementary color
Monochromatic Colors of #FE241E
Black with #FE241E
Text Example
Text Example
White with #FE241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE241E; }
p { color: rgb(254,36,30); }
H1.HeaderClassName
{
color: #FE241E;
}
.AnyTagClassName
{
color: #FE241E;
}
</style>
background-color css
<style>
a { background-color: #FE241E; }
a { background-color: rgb(254,36,30); }
div.DivClassName
{
background-color: #FE241E;
}
.BgClassName
{
background-color: #FE241E;
}
</style>
border-color css
<style>
span { border-color: #FE241E; }
span { border-color: rgb(254,36,30); }
td.TdClassName
{
border-color: #FE241E;
}
.TagClassName
{
border-color: #FE241E;
}
</style>