Shades of Scarlet #FE3204
Tints of Scarlet #FE3204
RGB
CMYK
RGB Variations
Color information
#FE3204 (or 0xFE3204) is known color: Scarlet. HEX triplet: FE, 32 and 04. RGB value is (254,50,4). Sum of RGB (Red+Green+Blue) = 254+50+4=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3204 is #01CDFB. Grayscale: #6A6A6A. Windows color (decimal): -118268 or 275198. OLE color: 275198.
HSL color Cylindrical-coordinate representation of color #FE3204: hue angle of 11.04º 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 #FE3204 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.00 |
| HSL | 11.04º | 0.99% | 0.51% | - |
| HSV(B) | 11.04º | 0.98% | 1% | - |
| XYZ | 42.04 | 23.36 | 2.41 | - |
| YUV | 105.75 | 70.59 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 4 | 0 | 0.80 | 0.98 | 0.00 | 11.04 | 0.99 | 0.51 |
| Hex | FE | 32 | 4 | 0 | 50 | 62 | 0 | B | 63 | 33 |
| Octal | 376 | 62 | 4 | 0 | 120 | 142 | 0 | 13 | 143 | 63 |
| Binary | 11111110 | 110010 | 100 | 0 | 1010000 | 1100010 | 0 | 1011 | 1100011 | 110011 |
Color Harmonies of #FE3204
Complementary color
Monochromatic Colors of #FE3204
Black with #FE3204
Text Example
Text Example
White with #FE3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3204; }
p { color: rgb(254,50,4); }
H1.HeaderClassName
{
color: #FE3204;
}
.AnyTagClassName
{
color: #FE3204;
}
</style>
background-color css
<style>
a { background-color: #FE3204; }
a { background-color: rgb(254,50,4); }
div.DivClassName
{
background-color: #FE3204;
}
.BgClassName
{
background-color: #FE3204;
}
</style>
border-color css
<style>
span { border-color: #FE3204; }
span { border-color: rgb(254,50,4); }
td.TdClassName
{
border-color: #FE3204;
}
.TagClassName
{
border-color: #FE3204;
}
</style>