Shades of Scarlet #FE3206
Tints of Scarlet #FE3206
RGB
CMYK
RGB Variations
Color information
#FE3206 (or 0xFE3206) is known color: Scarlet. HEX triplet: FE, 32 and 06. RGB value is (254,50,6). Sum of RGB (Red+Green+Blue) = 254+50+6=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3206 is #01CDF9. Grayscale: #6A6A6A. Windows color (decimal): -118266 or 406270. OLE color: 406270.
HSL color Cylindrical-coordinate representation of color #FE3206: hue angle of 10.65º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE3206 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.00 |
| HSL | 10.65º | 0.99% | 0.51% | - |
| HSV(B) | 10.65º | 0.98% | 1% | - |
| XYZ | 42.05 | 23.37 | 2.47 | - |
| YUV | 105.98 | 71.59 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 6 | 0 | 0.80 | 0.98 | 0.00 | 10.65 | 0.99 | 0.51 |
| Hex | FE | 32 | 6 | 0 | 50 | 62 | 0 | B | 63 | 33 |
| Octal | 376 | 62 | 6 | 0 | 120 | 142 | 0 | 13 | 143 | 63 |
| Binary | 11111110 | 110010 | 110 | 0 | 1010000 | 1100010 | 0 | 1011 | 1100011 | 110011 |
Color Harmonies of #FE3206
Complementary color
Monochromatic Colors of #FE3206
Black with #FE3206
Text Example
Text Example
White with #FE3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3206; }
p { color: rgb(254,50,6); }
H1.HeaderClassName
{
color: #FE3206;
}
.AnyTagClassName
{
color: #FE3206;
}
</style>
background-color css
<style>
a { background-color: #FE3206; }
a { background-color: rgb(254,50,6); }
div.DivClassName
{
background-color: #FE3206;
}
.BgClassName
{
background-color: #FE3206;
}
</style>
border-color css
<style>
span { border-color: #FE3206; }
span { border-color: rgb(254,50,6); }
td.TdClassName
{
border-color: #FE3206;
}
.TagClassName
{
border-color: #FE3206;
}
</style>