Shades of Scarlet #FE2412
Tints of Scarlet #FE2412
RGB
CMYK
RGB Variations
Color information
#FE2412 (or 0xFE2412) is known color: Scarlet. HEX triplet: FE, 24 and 12. RGB value is (254,36,18). Sum of RGB (Red+Green+Blue) = 254+36+18=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2412 is #01DBED. Grayscale: #636363. Windows color (decimal): -121838 or 1189118. OLE color: 1189118.
HSL color Cylindrical-coordinate representation of color #FE2412: hue angle of 4.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE2412 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 18 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.00 |
| HSL | 4.58º | 0.99% | 0.53% | - |
| HSV(B) | 4.58º | 0.93% | 1% | - |
| XYZ | 41.61 | 22.38 | 2.7 | - |
| YUV | 99.13 | 82.22 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 18 | 0 | 0.86 | 0.93 | 0.00 | 4.58 | 0.99 | 0.53 |
| Hex | FE | 24 | 12 | 0 | 56 | 5D | 0 | 5 | 63 | 35 |
| Octal | 376 | 44 | 22 | 0 | 126 | 135 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100100 | 10010 | 0 | 1010110 | 1011101 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE2412
Complementary color
Monochromatic Colors of #FE2412
Black with #FE2412
Text Example
Text Example
White with #FE2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2412; }
p { color: rgb(254,36,18); }
H1.HeaderClassName
{
color: #FE2412;
}
.AnyTagClassName
{
color: #FE2412;
}
</style>
background-color css
<style>
a { background-color: #FE2412; }
a { background-color: rgb(254,36,18); }
div.DivClassName
{
background-color: #FE2412;
}
.BgClassName
{
background-color: #FE2412;
}
</style>
border-color css
<style>
span { border-color: #FE2412; }
span { border-color: rgb(254,36,18); }
td.TdClassName
{
border-color: #FE2412;
}
.TagClassName
{
border-color: #FE2412;
}
</style>