Shades of Scarlet #FE1D02
Tints of Scarlet #FE1D02
RGB
CMYK
RGB Variations
Color information
#FE1D02 (or 0xFE1D02) is known color: Scarlet. HEX triplet: FE, 1D and 02. RGB value is (254,29,2). Sum of RGB (Red+Green+Blue) = 254+29+2=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D02 is #01E2FD. Grayscale: #5D5D5D. Windows color (decimal): -123646 or 138750. OLE color: 138750.
HSL color Cylindrical-coordinate representation of color #FE1D02: hue angle of 6.43º 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 #FE1D02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.00 |
| HSL | 6.43º | 0.99% | 0.5% | - |
| HSV(B) | 6.43º | 0.99% | 1% | - |
| XYZ | 41.32 | 21.95 | 2.12 | - |
| YUV | 93.2 | 76.54 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 2 | 0 | 0.89 | 0.99 | 0.00 | 6.43 | 0.99 | 0.5 |
| Hex | FE | 1D | 2 | 0 | 59 | 63 | 0 | 6 | 63 | 32 |
| Octal | 376 | 35 | 2 | 0 | 131 | 143 | 0 | 6 | 143 | 62 |
| Binary | 11111110 | 11101 | 10 | 0 | 1011001 | 1100011 | 0 | 110 | 1100011 | 110010 |
Color Harmonies of #FE1D02
Complementary color
Monochromatic Colors of #FE1D02
Black with #FE1D02
Text Example
Text Example
White with #FE1D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D02; }
p { color: rgb(254,29,2); }
H1.HeaderClassName
{
color: #FE1D02;
}
.AnyTagClassName
{
color: #FE1D02;
}
</style>
background-color css
<style>
a { background-color: #FE1D02; }
a { background-color: rgb(254,29,2); }
div.DivClassName
{
background-color: #FE1D02;
}
.BgClassName
{
background-color: #FE1D02;
}
</style>
border-color css
<style>
span { border-color: #FE1D02; }
span { border-color: rgb(254,29,2); }
td.TdClassName
{
border-color: #FE1D02;
}
.TagClassName
{
border-color: #FE1D02;
}
</style>