Shades of Scarlet #FE241B
Tints of Scarlet #FE241B
RGB
CMYK
RGB Variations
Color information
#FE241B (or 0xFE241B) is known color: Scarlet. HEX triplet: FE, 24 and 1B. RGB value is (254,36,27). Sum of RGB (Red+Green+Blue) = 254+36+27=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE241B is #01DBE4. Grayscale: #646464. Windows color (decimal): -121829 or 1778942. OLE color: 1778942.
HSL color Cylindrical-coordinate representation of color #FE241B: hue angle of 2.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE241B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.00 |
| HSL | 2.38º | 0.99% | 0.55% | - |
| HSV(B) | 2.38º | 0.89% | 1% | - |
| XYZ | 41.7 | 22.41 | 3.16 | - |
| YUV | 100.16 | 86.72 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 27 | 0 | 0.86 | 0.89 | 0.00 | 2.38 | 0.99 | 0.55 |
| Hex | FE | 24 | 1B | 0 | 56 | 59 | 0 | 2 | 63 | 37 |
| Octal | 376 | 44 | 33 | 0 | 126 | 131 | 0 | 2 | 143 | 67 |
| Binary | 11111110 | 100100 | 11011 | 0 | 1010110 | 1011001 | 0 | 10 | 1100011 | 110111 |
Color Harmonies of #FE241B
Complementary color
Monochromatic Colors of #FE241B
Black with #FE241B
Text Example
Text Example
White with #FE241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE241B; }
p { color: rgb(254,36,27); }
H1.HeaderClassName
{
color: #FE241B;
}
.AnyTagClassName
{
color: #FE241B;
}
</style>
background-color css
<style>
a { background-color: #FE241B; }
a { background-color: rgb(254,36,27); }
div.DivClassName
{
background-color: #FE241B;
}
.BgClassName
{
background-color: #FE241B;
}
</style>
border-color css
<style>
span { border-color: #FE241B; }
span { border-color: rgb(254,36,27); }
td.TdClassName
{
border-color: #FE241B;
}
.TagClassName
{
border-color: #FE241B;
}
</style>