Shades of Scarlet #FE2A0F
Tints of Scarlet #FE2A0F
RGB
CMYK
RGB Variations
Color information
#FE2A0F (or 0xFE2A0F) is known color: Scarlet. HEX triplet: FE, 2A and 0F. RGB value is (254,42,15). Sum of RGB (Red+Green+Blue) = 254+42+15=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A0F is #01D5F0. Grayscale: #666666. Windows color (decimal): -120305 or 994046. OLE color: 994046.
HSL color Cylindrical-coordinate representation of color #FE2A0F: hue angle of 6.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE2A0F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.00 |
| HSL | 6.78º | 0.99% | 0.53% | - |
| HSV(B) | 6.78º | 0.94% | 1% | - |
| XYZ | 41.79 | 22.76 | 2.64 | - |
| YUV | 102.31 | 78.74 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 15 | 0 | 0.83 | 0.94 | 0.00 | 6.78 | 0.99 | 0.53 |
| Hex | FE | 2A | F | 0 | 53 | 5E | 0 | 7 | 63 | 35 |
| Octal | 376 | 52 | 17 | 0 | 123 | 136 | 0 | 7 | 143 | 65 |
| Binary | 11111110 | 101010 | 1111 | 0 | 1010011 | 1011110 | 0 | 111 | 1100011 | 110101 |
Color Harmonies of #FE2A0F
Complementary color
Monochromatic Colors of #FE2A0F
Black with #FE2A0F
Text Example
Text Example
White with #FE2A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A0F; }
p { color: rgb(254,42,15); }
H1.HeaderClassName
{
color: #FE2A0F;
}
.AnyTagClassName
{
color: #FE2A0F;
}
</style>
background-color css
<style>
a { background-color: #FE2A0F; }
a { background-color: rgb(254,42,15); }
div.DivClassName
{
background-color: #FE2A0F;
}
.BgClassName
{
background-color: #FE2A0F;
}
</style>
border-color css
<style>
span { border-color: #FE2A0F; }
span { border-color: rgb(254,42,15); }
td.TdClassName
{
border-color: #FE2A0F;
}
.TagClassName
{
border-color: #FE2A0F;
}
</style>