Shades of Scarlet #FE2602
Tints of Scarlet #FE2602
RGB
CMYK
RGB Variations
Color information
#FE2602 (or 0xFE2602) is known color: Scarlet. HEX triplet: FE, 26 and 02. RGB value is (254,38,2). Sum of RGB (Red+Green+Blue) = 254+38+2=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2602 is #01D9FD. Grayscale: #626262. Windows color (decimal): -121342 or 141054. OLE color: 141054.
HSL color Cylindrical-coordinate representation of color #FE2602: hue angle of 8.57º 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 #FE2602 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.00 |
| HSL | 8.57º | 0.99% | 0.5% | - |
| HSV(B) | 8.57º | 0.99% | 1% | - |
| XYZ | 41.58 | 22.46 | 2.2 | - |
| YUV | 98.48 | 73.56 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 2 | 0 | 0.85 | 0.99 | 0.00 | 8.57 | 0.99 | 0.5 |
| Hex | FE | 26 | 2 | 0 | 55 | 63 | 0 | 9 | 63 | 32 |
| Octal | 376 | 46 | 2 | 0 | 125 | 143 | 0 | 11 | 143 | 62 |
| Binary | 11111110 | 100110 | 10 | 0 | 1010101 | 1100011 | 0 | 1001 | 1100011 | 110010 |
Color Harmonies of #FE2602
Complementary color
Monochromatic Colors of #FE2602
Black with #FE2602
Text Example
Text Example
White with #FE2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2602; }
p { color: rgb(254,38,2); }
H1.HeaderClassName
{
color: #FE2602;
}
.AnyTagClassName
{
color: #FE2602;
}
</style>
background-color css
<style>
a { background-color: #FE2602; }
a { background-color: rgb(254,38,2); }
div.DivClassName
{
background-color: #FE2602;
}
.BgClassName
{
background-color: #FE2602;
}
</style>
border-color css
<style>
span { border-color: #FE2602; }
span { border-color: rgb(254,38,2); }
td.TdClassName
{
border-color: #FE2602;
}
.TagClassName
{
border-color: #FE2602;
}
</style>