Shades of Scarlet #FE3202
Tints of Scarlet #FE3202
RGB
CMYK
RGB Variations
Color information
#FE3202 (or 0xFE3202) is known color: Scarlet. HEX triplet: FE, 32 and 02. RGB value is (254,50,2). Sum of RGB (Red+Green+Blue) = 254+50+2=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3202 is #01CDFD. Grayscale: #696969. Windows color (decimal): -118270 or 144126. OLE color: 144126.
HSL color Cylindrical-coordinate representation of color #FE3202: hue angle of 11.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 #FE3202 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.00 |
| HSL | 11.43º | 0.99% | 0.5% | - |
| HSV(B) | 11.43º | 0.99% | 1% | - |
| XYZ | 42.02 | 23.36 | 2.35 | - |
| YUV | 105.52 | 69.59 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 2 | 0 | 0.80 | 0.99 | 0.00 | 11.43 | 0.99 | 0.5 |
| Hex | FE | 32 | 2 | 0 | 50 | 63 | 0 | B | 63 | 32 |
| Octal | 376 | 62 | 2 | 0 | 120 | 143 | 0 | 13 | 143 | 62 |
| Binary | 11111110 | 110010 | 10 | 0 | 1010000 | 1100011 | 0 | 1011 | 1100011 | 110010 |
Color Harmonies of #FE3202
Complementary color
Monochromatic Colors of #FE3202
Black with #FE3202
Text Example
Text Example
White with #FE3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3202; }
p { color: rgb(254,50,2); }
H1.HeaderClassName
{
color: #FE3202;
}
.AnyTagClassName
{
color: #FE3202;
}
</style>
background-color css
<style>
a { background-color: #FE3202; }
a { background-color: rgb(254,50,2); }
div.DivClassName
{
background-color: #FE3202;
}
.BgClassName
{
background-color: #FE3202;
}
</style>
border-color css
<style>
span { border-color: #FE3202; }
span { border-color: rgb(254,50,2); }
td.TdClassName
{
border-color: #FE3202;
}
.TagClassName
{
border-color: #FE3202;
}
</style>