Shades of Scarlet #FE320F
Tints of Scarlet #FE320F
RGB
CMYK
RGB Variations
Color information
#FE320F (or 0xFE320F) is known color: Scarlet. HEX triplet: FE, 32 and 0F. RGB value is (254,50,15). Sum of RGB (Red+Green+Blue) = 254+50+15=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE320F is #01CDF0. Grayscale: #6B6B6B. Windows color (decimal): -118257 or 996094. OLE color: 996094.
HSL color Cylindrical-coordinate representation of color #FE320F: hue angle of 8.79º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE320F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 15 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.00 |
| HSL | 8.79º | 0.99% | 0.53% | - |
| HSV(B) | 8.79º | 0.94% | 1% | - |
| XYZ | 42.1 | 23.39 | 2.75 | - |
| YUV | 107.01 | 76.09 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 15 | 0 | 0.80 | 0.94 | 0.00 | 8.79 | 0.99 | 0.53 |
| Hex | FE | 32 | F | 0 | 50 | 5E | 0 | 9 | 63 | 35 |
| Octal | 376 | 62 | 17 | 0 | 120 | 136 | 0 | 11 | 143 | 65 |
| Binary | 11111110 | 110010 | 1111 | 0 | 1010000 | 1011110 | 0 | 1001 | 1100011 | 110101 |
Color Harmonies of #FE320F
Complementary color
Monochromatic Colors of #FE320F
Black with #FE320F
Text Example
Text Example
White with #FE320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE320F; }
p { color: rgb(254,50,15); }
H1.HeaderClassName
{
color: #FE320F;
}
.AnyTagClassName
{
color: #FE320F;
}
</style>
background-color css
<style>
a { background-color: #FE320F; }
a { background-color: rgb(254,50,15); }
div.DivClassName
{
background-color: #FE320F;
}
.BgClassName
{
background-color: #FE320F;
}
</style>
border-color css
<style>
span { border-color: #FE320F; }
span { border-color: rgb(254,50,15); }
td.TdClassName
{
border-color: #FE320F;
}
.TagClassName
{
border-color: #FE320F;
}
</style>