Shades of Scarlet #FE3319
Tints of Scarlet #FE3319
RGB
CMYK
RGB Variations
Color information
#FE3319 (or 0xFE3319) is known color: Scarlet. HEX triplet: FE, 33 and 19. RGB value is (254,51,25). Sum of RGB (Red+Green+Blue) = 254+51+25=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3319 is #01CCE6. Grayscale: #6D6D6D. Windows color (decimal): -117991 or 1651710. OLE color: 1651710.
HSL color Cylindrical-coordinate representation of color #FE3319: hue angle of 6.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE3319 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 25 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.00 |
| HSL | 6.81º | 0.99% | 0.55% | - |
| HSV(B) | 6.81º | 0.9% | 1% | - |
| XYZ | 42.23 | 23.51 | 3.23 | - |
| YUV | 108.73 | 80.75 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 25 | 0 | 0.80 | 0.90 | 0.00 | 6.81 | 0.99 | 0.55 |
| Hex | FE | 33 | 19 | 0 | 50 | 5A | 0 | 7 | 63 | 37 |
| Octal | 376 | 63 | 31 | 0 | 120 | 132 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110011 | 11001 | 0 | 1010000 | 1011010 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE3319
Complementary color
Monochromatic Colors of #FE3319
Black with #FE3319
Text Example
Text Example
White with #FE3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3319; }
p { color: rgb(254,51,25); }
H1.HeaderClassName
{
color: #FE3319;
}
.AnyTagClassName
{
color: #FE3319;
}
</style>
background-color css
<style>
a { background-color: #FE3319; }
a { background-color: rgb(254,51,25); }
div.DivClassName
{
background-color: #FE3319;
}
.BgClassName
{
background-color: #FE3319;
}
</style>
border-color css
<style>
span { border-color: #FE3319; }
span { border-color: rgb(254,51,25); }
td.TdClassName
{
border-color: #FE3319;
}
.TagClassName
{
border-color: #FE3319;
}
</style>