Shades of Scarlet #FE350B
Tints of Scarlet #FE350B
RGB
CMYK
RGB Variations
Color information
#FE350B (or 0xFE350B) is known color: Scarlet. HEX triplet: FE, 35 and 0B. RGB value is (254,53,11). Sum of RGB (Red+Green+Blue) = 254+53+11=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE350B is #01CAF4. Grayscale: #6C6C6C. Windows color (decimal): -117493 or 734718. OLE color: 734718.
HSL color Cylindrical-coordinate representation of color #FE350B: hue angle of 10.37º 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 #FE350B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.00 |
| HSL | 10.37º | 0.99% | 0.52% | - |
| HSV(B) | 10.37º | 0.96% | 1% | - |
| XYZ | 42.21 | 23.64 | 2.66 | - |
| YUV | 108.31 | 73.09 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 11 | 0 | 0.79 | 0.96 | 0.00 | 10.37 | 0.99 | 0.52 |
| Hex | FE | 35 | B | 0 | 4F | 60 | 0 | A | 63 | 34 |
| Octal | 376 | 65 | 13 | 0 | 117 | 140 | 0 | 12 | 143 | 64 |
| Binary | 11111110 | 110101 | 1011 | 0 | 1001111 | 1100000 | 0 | 1010 | 1100011 | 110100 |
Color Harmonies of #FE350B
Complementary color
Monochromatic Colors of #FE350B
Black with #FE350B
Text Example
Text Example
White with #FE350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE350B; }
p { color: rgb(254,53,11); }
H1.HeaderClassName
{
color: #FE350B;
}
.AnyTagClassName
{
color: #FE350B;
}
</style>
background-color css
<style>
a { background-color: #FE350B; }
a { background-color: rgb(254,53,11); }
div.DivClassName
{
background-color: #FE350B;
}
.BgClassName
{
background-color: #FE350B;
}
</style>
border-color css
<style>
span { border-color: #FE350B; }
span { border-color: rgb(254,53,11); }
td.TdClassName
{
border-color: #FE350B;
}
.TagClassName
{
border-color: #FE350B;
}
</style>