Shades of Scarlet #FE2202
Tints of Scarlet #FE2202
RGB
CMYK
RGB Variations
Color information
#FE2202 (or 0xFE2202) is known color: Scarlet. HEX triplet: FE, 22 and 02. RGB value is (254,34,2). Sum of RGB (Red+Green+Blue) = 254+34+2=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2202 is #01DDFD. Grayscale: #606060. Windows color (decimal): -122366 or 140030. OLE color: 140030.
HSL color Cylindrical-coordinate representation of color #FE2202: hue angle of 7.62º 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 #FE2202 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.00 |
| HSL | 7.62º | 0.99% | 0.5% | - |
| HSV(B) | 7.62º | 0.99% | 1% | - |
| XYZ | 41.46 | 22.22 | 2.16 | - |
| YUV | 96.13 | 74.89 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 2 | 0 | 0.87 | 0.99 | 0.00 | 7.62 | 0.99 | 0.5 |
| Hex | FE | 22 | 2 | 0 | 57 | 63 | 0 | 8 | 63 | 32 |
| Octal | 376 | 42 | 2 | 0 | 127 | 143 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100010 | 10 | 0 | 1010111 | 1100011 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2202
Complementary color
Monochromatic Colors of #FE2202
Black with #FE2202
Text Example
Text Example
White with #FE2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2202; }
p { color: rgb(254,34,2); }
H1.HeaderClassName
{
color: #FE2202;
}
.AnyTagClassName
{
color: #FE2202;
}
</style>
background-color css
<style>
a { background-color: #FE2202; }
a { background-color: rgb(254,34,2); }
div.DivClassName
{
background-color: #FE2202;
}
.BgClassName
{
background-color: #FE2202;
}
</style>
border-color css
<style>
span { border-color: #FE2202; }
span { border-color: rgb(254,34,2); }
td.TdClassName
{
border-color: #FE2202;
}
.TagClassName
{
border-color: #FE2202;
}
</style>