Shades of Scarlet #FE3409
Tints of Scarlet #FE3409
RGB
CMYK
RGB Variations
Color information
#FE3409 (or 0xFE3409) is known color: Scarlet. HEX triplet: FE, 34 and 09. RGB value is (254,52,9). Sum of RGB (Red+Green+Blue) = 254+52+9=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3409 is #01CBF6. Grayscale: #6B6B6B. Windows color (decimal): -117751 or 603390. OLE color: 603390.
HSL color Cylindrical-coordinate representation of color #FE3409: hue angle of 10.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE3409 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.00 |
| HSL | 10.53º | 0.99% | 0.52% | - |
| HSV(B) | 10.53º | 0.96% | 1% | - |
| XYZ | 42.15 | 23.55 | 2.58 | - |
| YUV | 107.5 | 72.42 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 9 | 0 | 0.80 | 0.96 | 0.00 | 10.53 | 0.99 | 0.52 |
| Hex | FE | 34 | 9 | 0 | 50 | 60 | 0 | B | 63 | 34 |
| Octal | 376 | 64 | 11 | 0 | 120 | 140 | 0 | 13 | 143 | 64 |
| Binary | 11111110 | 110100 | 1001 | 0 | 1010000 | 1100000 | 0 | 1011 | 1100011 | 110100 |
Color Harmonies of #FE3409
Complementary color
Monochromatic Colors of #FE3409
Black with #FE3409
Text Example
Text Example
White with #FE3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3409; }
p { color: rgb(254,52,9); }
H1.HeaderClassName
{
color: #FE3409;
}
.AnyTagClassName
{
color: #FE3409;
}
</style>
background-color css
<style>
a { background-color: #FE3409; }
a { background-color: rgb(254,52,9); }
div.DivClassName
{
background-color: #FE3409;
}
.BgClassName
{
background-color: #FE3409;
}
</style>
border-color css
<style>
span { border-color: #FE3409; }
span { border-color: rgb(254,52,9); }
td.TdClassName
{
border-color: #FE3409;
}
.TagClassName
{
border-color: #FE3409;
}
</style>