Shades of Scarlet #FE2502
Tints of Scarlet #FE2502
RGB
CMYK
RGB Variations
Color information
#FE2502 (or 0xFE2502) is known color: Scarlet. HEX triplet: FE, 25 and 02. RGB value is (254,37,2). Sum of RGB (Red+Green+Blue) = 254+37+2=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2502 is #01DAFD. Grayscale: #626262. Windows color (decimal): -121598 or 140798. OLE color: 140798.
HSL color Cylindrical-coordinate representation of color #FE2502: hue angle of 8.33º 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 #FE2502 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.00 |
| HSL | 8.33º | 0.99% | 0.5% | - |
| HSV(B) | 8.33º | 0.99% | 1% | - |
| XYZ | 41.55 | 22.4 | 2.19 | - |
| YUV | 97.89 | 73.89 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 2 | 0 | 0.85 | 0.99 | 0.00 | 8.33 | 0.99 | 0.5 |
| Hex | FE | 25 | 2 | 0 | 55 | 63 | 0 | 8 | 63 | 32 |
| Octal | 376 | 45 | 2 | 0 | 125 | 143 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100101 | 10 | 0 | 1010101 | 1100011 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2502
Complementary color
Monochromatic Colors of #FE2502
Black with #FE2502
Text Example
Text Example
White with #FE2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2502; }
p { color: rgb(254,37,2); }
H1.HeaderClassName
{
color: #FE2502;
}
.AnyTagClassName
{
color: #FE2502;
}
</style>
background-color css
<style>
a { background-color: #FE2502; }
a { background-color: rgb(254,37,2); }
div.DivClassName
{
background-color: #FE2502;
}
.BgClassName
{
background-color: #FE2502;
}
</style>
border-color css
<style>
span { border-color: #FE2502; }
span { border-color: rgb(254,37,2); }
td.TdClassName
{
border-color: #FE2502;
}
.TagClassName
{
border-color: #FE2502;
}
</style>