Shades of Scarlet #FE2F0D
Tints of Scarlet #FE2F0D
RGB
CMYK
RGB Variations
Color information
#FE2F0D (or 0xFE2F0D) is known color: Scarlet. HEX triplet: FE, 2F and 0D. RGB value is (254,47,13). Sum of RGB (Red+Green+Blue) = 254+47+13=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2F0D is #01D0F2. Grayscale: #696969. Windows color (decimal): -119027 or 864254. OLE color: 864254.
HSL color Cylindrical-coordinate representation of color #FE2F0D: hue angle of 8.46º 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 #FE2F0D is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 13 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.00 |
| HSL | 8.46º | 0.99% | 0.52% | - |
| HSV(B) | 8.46º | 0.95% | 1% | - |
| XYZ | 41.96 | 23.13 | 2.63 | - |
| YUV | 105.02 | 76.08 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 13 | 0 | 0.81 | 0.95 | 0.00 | 8.46 | 0.99 | 0.52 |
| Hex | FE | 2F | D | 0 | 51 | 5F | 0 | 8 | 63 | 34 |
| Octal | 376 | 57 | 15 | 0 | 121 | 137 | 0 | 10 | 143 | 64 |
| Binary | 11111110 | 101111 | 1101 | 0 | 1010001 | 1011111 | 0 | 1000 | 1100011 | 110100 |
Color Harmonies of #FE2F0D
Complementary color
Monochromatic Colors of #FE2F0D
Black with #FE2F0D
Text Example
Text Example
White with #FE2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F0D; }
p { color: rgb(254,47,13); }
H1.HeaderClassName
{
color: #FE2F0D;
}
.AnyTagClassName
{
color: #FE2F0D;
}
</style>
background-color css
<style>
a { background-color: #FE2F0D; }
a { background-color: rgb(254,47,13); }
div.DivClassName
{
background-color: #FE2F0D;
}
.BgClassName
{
background-color: #FE2F0D;
}
</style>
border-color css
<style>
span { border-color: #FE2F0D; }
span { border-color: rgb(254,47,13); }
td.TdClassName
{
border-color: #FE2F0D;
}
.TagClassName
{
border-color: #FE2F0D;
}
</style>