Shades of Scarlet #FE2A0B
Tints of Scarlet #FE2A0B
RGB
CMYK
RGB Variations
Color information
#FE2A0B (or 0xFE2A0B) is known color: Scarlet. HEX triplet: FE, 2A and 0B. RGB value is (254,42,11). Sum of RGB (Red+Green+Blue) = 254+42+11=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A0B is #01D5F4. Grayscale: #666666. Windows color (decimal): -120309 or 731902. OLE color: 731902.
HSL color Cylindrical-coordinate representation of color #FE2A0B: hue angle of 7.65º 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 #FE2A0B is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 11 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.00 |
| HSL | 7.65º | 0.99% | 0.52% | - |
| HSV(B) | 7.65º | 0.96% | 1% | - |
| XYZ | 41.76 | 22.75 | 2.51 | - |
| YUV | 101.85 | 76.74 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 11 | 0 | 0.83 | 0.96 | 0.00 | 7.65 | 0.99 | 0.52 |
| Hex | FE | 2A | B | 0 | 53 | 60 | 0 | 8 | 63 | 34 |
| Octal | 376 | 52 | 13 | 0 | 123 | 140 | 0 | 10 | 143 | 64 |
| Binary | 11111110 | 101010 | 1011 | 0 | 1010011 | 1100000 | 0 | 1000 | 1100011 | 110100 |
Color Harmonies of #FE2A0B
Complementary color
Monochromatic Colors of #FE2A0B
Black with #FE2A0B
Text Example
Text Example
White with #FE2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A0B; }
p { color: rgb(254,42,11); }
H1.HeaderClassName
{
color: #FE2A0B;
}
.AnyTagClassName
{
color: #FE2A0B;
}
</style>
background-color css
<style>
a { background-color: #FE2A0B; }
a { background-color: rgb(254,42,11); }
div.DivClassName
{
background-color: #FE2A0B;
}
.BgClassName
{
background-color: #FE2A0B;
}
</style>
border-color css
<style>
span { border-color: #FE2A0B; }
span { border-color: rgb(254,42,11); }
td.TdClassName
{
border-color: #FE2A0B;
}
.TagClassName
{
border-color: #FE2A0B;
}
</style>