Shades of Scarlet #FE1305
Tints of Scarlet #FE1305
RGB
CMYK
RGB Variations
Color information
#FE1305 (or 0xFE1305) is known color: Scarlet. HEX triplet: FE, 13 and 05. RGB value is (254,19,5). Sum of RGB (Red+Green+Blue) = 254+19+5=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1305 is #01ECFA. Grayscale: #575757. Windows color (decimal): -126203 or 332798. OLE color: 332798.
HSL color Cylindrical-coordinate representation of color #FE1305: hue angle of 3.37º 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 #FE1305 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.00 |
| HSL | 3.37º | 0.99% | 0.51% | - |
| HSV(B) | 3.37º | 0.98% | 1% | - |
| XYZ | 41.13 | 21.55 | 2.13 | - |
| YUV | 87.67 | 81.36 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 5 | 0 | 0.93 | 0.98 | 0.00 | 3.37 | 0.99 | 0.51 |
| Hex | FE | 13 | 5 | 0 | 5D | 62 | 0 | 3 | 63 | 33 |
| Octal | 376 | 23 | 5 | 0 | 135 | 142 | 0 | 3 | 143 | 63 |
| Binary | 11111110 | 10011 | 101 | 0 | 1011101 | 1100010 | 0 | 11 | 1100011 | 110011 |
Color Harmonies of #FE1305
Complementary color
Monochromatic Colors of #FE1305
Black with #FE1305
Text Example
Text Example
White with #FE1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1305; }
p { color: rgb(254,19,5); }
H1.HeaderClassName
{
color: #FE1305;
}
.AnyTagClassName
{
color: #FE1305;
}
</style>
background-color css
<style>
a { background-color: #FE1305; }
a { background-color: rgb(254,19,5); }
div.DivClassName
{
background-color: #FE1305;
}
.BgClassName
{
background-color: #FE1305;
}
</style>
border-color css
<style>
span { border-color: #FE1305; }
span { border-color: rgb(254,19,5); }
td.TdClassName
{
border-color: #FE1305;
}
.TagClassName
{
border-color: #FE1305;
}
</style>