Shades of Scarlet #FE3007
Tints of Scarlet #FE3007
RGB
CMYK
RGB Variations
Color information
#FE3007 (or 0xFE3007) is known color: Scarlet. HEX triplet: FE, 30 and 07. RGB value is (254,48,7). Sum of RGB (Red+Green+Blue) = 254+48+7=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3007 is #01CFF8. Grayscale: #696969. Windows color (decimal): -118777 or 471294. OLE color: 471294.
HSL color Cylindrical-coordinate representation of color #FE3007: hue angle of 9.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE3007 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.00 |
| HSL | 9.96º | 0.99% | 0.51% | - |
| HSV(B) | 9.96º | 0.97% | 1% | - |
| XYZ | 41.97 | 23.2 | 2.47 | - |
| YUV | 104.92 | 72.75 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 7 | 0 | 0.81 | 0.97 | 0.00 | 9.96 | 0.99 | 0.51 |
| Hex | FE | 30 | 7 | 0 | 51 | 61 | 0 | A | 63 | 33 |
| Octal | 376 | 60 | 7 | 0 | 121 | 141 | 0 | 12 | 143 | 63 |
| Binary | 11111110 | 110000 | 111 | 0 | 1010001 | 1100001 | 0 | 1010 | 1100011 | 110011 |
Color Harmonies of #FE3007
Complementary color
Monochromatic Colors of #FE3007
Black with #FE3007
Text Example
Text Example
White with #FE3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3007; }
p { color: rgb(254,48,7); }
H1.HeaderClassName
{
color: #FE3007;
}
.AnyTagClassName
{
color: #FE3007;
}
</style>
background-color css
<style>
a { background-color: #FE3007; }
a { background-color: rgb(254,48,7); }
div.DivClassName
{
background-color: #FE3007;
}
.BgClassName
{
background-color: #FE3007;
}
</style>
border-color css
<style>
span { border-color: #FE3007; }
span { border-color: rgb(254,48,7); }
td.TdClassName
{
border-color: #FE3007;
}
.TagClassName
{
border-color: #FE3007;
}
</style>