Shades of Scarlet #FE3005
Tints of Scarlet #FE3005
RGB
CMYK
RGB Variations
Color information
#FE3005 (or 0xFE3005) is known color: Scarlet. HEX triplet: FE, 30 and 05. RGB value is (254,48,5). Sum of RGB (Red+Green+Blue) = 254+48+5=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3005 is #01CFFA. Grayscale: #696969. Windows color (decimal): -118779 or 340222. OLE color: 340222.
HSL color Cylindrical-coordinate representation of color #FE3005: hue angle of 10.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3005 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.00 |
| HSL | 10.36º | 0.99% | 0.51% | - |
| HSV(B) | 10.36º | 0.98% | 1% | - |
| XYZ | 41.96 | 23.2 | 2.41 | - |
| YUV | 104.69 | 71.75 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 5 | 0 | 0.81 | 0.98 | 0.00 | 10.36 | 0.99 | 0.51 |
| Hex | FE | 30 | 5 | 0 | 51 | 62 | 0 | A | 63 | 33 |
| Octal | 376 | 60 | 5 | 0 | 121 | 142 | 0 | 12 | 143 | 63 |
| Binary | 11111110 | 110000 | 101 | 0 | 1010001 | 1100010 | 0 | 1010 | 1100011 | 110011 |
Color Harmonies of #FE3005
Complementary color
Monochromatic Colors of #FE3005
Black with #FE3005
Text Example
Text Example
White with #FE3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3005; }
p { color: rgb(254,48,5); }
H1.HeaderClassName
{
color: #FE3005;
}
.AnyTagClassName
{
color: #FE3005;
}
</style>
background-color css
<style>
a { background-color: #FE3005; }
a { background-color: rgb(254,48,5); }
div.DivClassName
{
background-color: #FE3005;
}
.BgClassName
{
background-color: #FE3005;
}
</style>
border-color css
<style>
span { border-color: #FE3005; }
span { border-color: rgb(254,48,5); }
td.TdClassName
{
border-color: #FE3005;
}
.TagClassName
{
border-color: #FE3005;
}
</style>