Shades of Scarlet #FE3615
Tints of Scarlet #FE3615
RGB
CMYK
RGB Variations
Color information
#FE3615 (or 0xFE3615) is known color: Scarlet. HEX triplet: FE, 36 and 15. RGB value is (254,54,21). Sum of RGB (Red+Green+Blue) = 254+54+21=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3615 is #01C9EA. Grayscale: #6E6E6E. Windows color (decimal): -117227 or 1390334. OLE color: 1390334.
HSL color Cylindrical-coordinate representation of color #FE3615: hue angle of 8.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE3615 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 21 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.00 |
| HSL | 8.5º | 0.99% | 0.54% | - |
| HSV(B) | 8.5º | 0.92% | 1% | - |
| XYZ | 42.33 | 23.76 | 3.07 | - |
| YUV | 110.04 | 77.76 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 21 | 0 | 0.79 | 0.92 | 0.00 | 8.5 | 0.99 | 0.54 |
| Hex | FE | 36 | 15 | 0 | 4F | 5C | 0 | 8 | 63 | 36 |
| Octal | 376 | 66 | 25 | 0 | 117 | 134 | 0 | 10 | 143 | 66 |
| Binary | 11111110 | 110110 | 10101 | 0 | 1001111 | 1011100 | 0 | 1000 | 1100011 | 110110 |
Color Harmonies of #FE3615
Complementary color
Monochromatic Colors of #FE3615
Black with #FE3615
Text Example
Text Example
White with #FE3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3615; }
p { color: rgb(254,54,21); }
H1.HeaderClassName
{
color: #FE3615;
}
.AnyTagClassName
{
color: #FE3615;
}
</style>
background-color css
<style>
a { background-color: #FE3615; }
a { background-color: rgb(254,54,21); }
div.DivClassName
{
background-color: #FE3615;
}
.BgClassName
{
background-color: #FE3615;
}
</style>
border-color css
<style>
span { border-color: #FE3615; }
span { border-color: rgb(254,54,21); }
td.TdClassName
{
border-color: #FE3615;
}
.TagClassName
{
border-color: #FE3615;
}
</style>