Shades of Scarlet #FE250C
Tints of Scarlet #FE250C
RGB
CMYK
RGB Variations
Color information
#FE250C (or 0xFE250C) is known color: Scarlet. HEX triplet: FE, 25 and 0C. RGB value is (254,37,12). Sum of RGB (Red+Green+Blue) = 254+37+12=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE250C is #01DAF3. Grayscale: #636363. Windows color (decimal): -121588 or 796158. OLE color: 796158.
HSL color Cylindrical-coordinate representation of color #FE250C: hue angle of 6.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE250C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.00 |
| HSL | 6.2º | 0.99% | 0.52% | - |
| HSV(B) | 6.2º | 0.95% | 1% | - |
| XYZ | 41.6 | 22.42 | 2.48 | - |
| YUV | 99.03 | 78.89 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 12 | 0 | 0.85 | 0.95 | 0.00 | 6.2 | 0.99 | 0.52 |
| Hex | FE | 25 | C | 0 | 55 | 5F | 0 | 6 | 63 | 34 |
| Octal | 376 | 45 | 14 | 0 | 125 | 137 | 0 | 6 | 143 | 64 |
| Binary | 11111110 | 100101 | 1100 | 0 | 1010101 | 1011111 | 0 | 110 | 1100011 | 110100 |
Color Harmonies of #FE250C
Complementary color
Monochromatic Colors of #FE250C
Black with #FE250C
Text Example
Text Example
White with #FE250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE250C; }
p { color: rgb(254,37,12); }
H1.HeaderClassName
{
color: #FE250C;
}
.AnyTagClassName
{
color: #FE250C;
}
</style>
background-color css
<style>
a { background-color: #FE250C; }
a { background-color: rgb(254,37,12); }
div.DivClassName
{
background-color: #FE250C;
}
.BgClassName
{
background-color: #FE250C;
}
</style>
border-color css
<style>
span { border-color: #FE250C; }
span { border-color: rgb(254,37,12); }
td.TdClassName
{
border-color: #FE250C;
}
.TagClassName
{
border-color: #FE250C;
}
</style>