Shades of Scarlet #FE3306
Tints of Scarlet #FE3306
RGB
CMYK
RGB Variations
Color information
#FE3306 (or 0xFE3306) is known color: Scarlet. HEX triplet: FE, 33 and 06. RGB value is (254,51,6). Sum of RGB (Red+Green+Blue) = 254+51+6=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3306 is #01CCF9. Grayscale: #6A6A6A. Windows color (decimal): -118010 or 406526. OLE color: 406526.
HSL color Cylindrical-coordinate representation of color #FE3306: hue angle of 10.89º 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 #FE3306 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.00 |
| HSL | 10.89º | 0.99% | 0.51% | - |
| HSV(B) | 10.89º | 0.98% | 1% | - |
| XYZ | 42.09 | 23.45 | 2.48 | - |
| YUV | 106.57 | 71.25 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 6 | 0 | 0.80 | 0.98 | 0.00 | 10.89 | 0.99 | 0.51 |
| Hex | FE | 33 | 6 | 0 | 50 | 62 | 0 | B | 63 | 33 |
| Octal | 376 | 63 | 6 | 0 | 120 | 142 | 0 | 13 | 143 | 63 |
| Binary | 11111110 | 110011 | 110 | 0 | 1010000 | 1100010 | 0 | 1011 | 1100011 | 110011 |
Color Harmonies of #FE3306
Complementary color
Monochromatic Colors of #FE3306
Black with #FE3306
Text Example
Text Example
White with #FE3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3306; }
p { color: rgb(254,51,6); }
H1.HeaderClassName
{
color: #FE3306;
}
.AnyTagClassName
{
color: #FE3306;
}
</style>
background-color css
<style>
a { background-color: #FE3306; }
a { background-color: rgb(254,51,6); }
div.DivClassName
{
background-color: #FE3306;
}
.BgClassName
{
background-color: #FE3306;
}
</style>
border-color css
<style>
span { border-color: #FE3306; }
span { border-color: rgb(254,51,6); }
td.TdClassName
{
border-color: #FE3306;
}
.TagClassName
{
border-color: #FE3306;
}
</style>