Shades of Scarlet #FE3402
Tints of Scarlet #FE3402
RGB
CMYK
RGB Variations
Color information
#FE3402 (or 0xFE3402) is known color: Scarlet. HEX triplet: FE, 34 and 02. RGB value is (254,52,2). Sum of RGB (Red+Green+Blue) = 254+52+2=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3402 is #01CBFD. Grayscale: #6B6B6B. Windows color (decimal): -117758 or 144638. OLE color: 144638.
HSL color Cylindrical-coordinate representation of color #FE3402: hue angle of 11.9º 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 #FE3402 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.00 |
| HSL | 11.9º | 0.99% | 0.5% | - |
| HSV(B) | 11.9º | 0.99% | 1% | - |
| XYZ | 42.11 | 23.53 | 2.38 | - |
| YUV | 106.7 | 68.92 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 2 | 0 | 0.80 | 0.99 | 0.00 | 11.9 | 0.99 | 0.5 |
| Hex | FE | 34 | 2 | 0 | 50 | 63 | 0 | C | 63 | 32 |
| Octal | 376 | 64 | 2 | 0 | 120 | 143 | 0 | 14 | 143 | 62 |
| Binary | 11111110 | 110100 | 10 | 0 | 1010000 | 1100011 | 0 | 1100 | 1100011 | 110010 |
Color Harmonies of #FE3402
Complementary color
Monochromatic Colors of #FE3402
Black with #FE3402
Text Example
Text Example
White with #FE3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3402; }
p { color: rgb(254,52,2); }
H1.HeaderClassName
{
color: #FE3402;
}
.AnyTagClassName
{
color: #FE3402;
}
</style>
background-color css
<style>
a { background-color: #FE3402; }
a { background-color: rgb(254,52,2); }
div.DivClassName
{
background-color: #FE3402;
}
.BgClassName
{
background-color: #FE3402;
}
</style>
border-color css
<style>
span { border-color: #FE3402; }
span { border-color: rgb(254,52,2); }
td.TdClassName
{
border-color: #FE3402;
}
.TagClassName
{
border-color: #FE3402;
}
</style>