Shades of Scarlet #FE2702
Tints of Scarlet #FE2702
RGB
CMYK
RGB Variations
Color information
#FE2702 (or 0xFE2702) is known color: Scarlet. HEX triplet: FE, 27 and 02. RGB value is (254,39,2). Sum of RGB (Red+Green+Blue) = 254+39+2=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2702 is #01D8FD. Grayscale: #636363. Windows color (decimal): -121086 or 141310. OLE color: 141310.
HSL color Cylindrical-coordinate representation of color #FE2702: hue angle of 8.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE2702 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.00 |
| HSL | 8.81º | 0.99% | 0.5% | - |
| HSV(B) | 8.81º | 0.99% | 1% | - |
| XYZ | 41.61 | 22.53 | 2.21 | - |
| YUV | 99.07 | 73.23 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 2 | 0 | 0.85 | 0.99 | 0.00 | 8.81 | 0.99 | 0.5 |
| Hex | FE | 27 | 2 | 0 | 55 | 63 | 0 | 9 | 63 | 32 |
| Octal | 376 | 47 | 2 | 0 | 125 | 143 | 0 | 11 | 143 | 62 |
| Binary | 11111110 | 100111 | 10 | 0 | 1010101 | 1100011 | 0 | 1001 | 1100011 | 110010 |
Color Harmonies of #FE2702
Complementary color
Monochromatic Colors of #FE2702
Black with #FE2702
Text Example
Text Example
White with #FE2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2702; }
p { color: rgb(254,39,2); }
H1.HeaderClassName
{
color: #FE2702;
}
.AnyTagClassName
{
color: #FE2702;
}
</style>
background-color css
<style>
a { background-color: #FE2702; }
a { background-color: rgb(254,39,2); }
div.DivClassName
{
background-color: #FE2702;
}
.BgClassName
{
background-color: #FE2702;
}
</style>
border-color css
<style>
span { border-color: #FE2702; }
span { border-color: rgb(254,39,2); }
td.TdClassName
{
border-color: #FE2702;
}
.TagClassName
{
border-color: #FE2702;
}
</style>