Shades of Scarlet #FE180B
Tints of Scarlet #FE180B
RGB
CMYK
RGB Variations
Color information
#FE180B (or 0xFE180B) is known color: Scarlet. HEX triplet: FE, 18 and 0B. RGB value is (254,24,11). Sum of RGB (Red+Green+Blue) = 254+24+11=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE180B is #01E7F4. Grayscale: #5B5B5B. Windows color (decimal): -124917 or 727294. OLE color: 727294.
HSL color Cylindrical-coordinate representation of color #FE180B: hue angle of 3.21º 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 #FE180B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 11 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.00 |
| HSL | 3.21º | 0.99% | 0.52% | - |
| HSV(B) | 3.21º | 0.96% | 1% | - |
| XYZ | 41.26 | 21.75 | 2.34 | - |
| YUV | 91.29 | 82.7 | 244.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 11 | 0 | 0.91 | 0.96 | 0.00 | 3.21 | 0.99 | 0.52 |
| Hex | FE | 18 | B | 0 | 5B | 60 | 0 | 3 | 63 | 34 |
| Octal | 376 | 30 | 13 | 0 | 133 | 140 | 0 | 3 | 143 | 64 |
| Binary | 11111110 | 11000 | 1011 | 0 | 1011011 | 1100000 | 0 | 11 | 1100011 | 110100 |
Color Harmonies of #FE180B
Complementary color
Monochromatic Colors of #FE180B
Black with #FE180B
Text Example
Text Example
White with #FE180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE180B; }
p { color: rgb(254,24,11); }
H1.HeaderClassName
{
color: #FE180B;
}
.AnyTagClassName
{
color: #FE180B;
}
</style>
background-color css
<style>
a { background-color: #FE180B; }
a { background-color: rgb(254,24,11); }
div.DivClassName
{
background-color: #FE180B;
}
.BgClassName
{
background-color: #FE180B;
}
</style>
border-color css
<style>
span { border-color: #FE180B; }
span { border-color: rgb(254,24,11); }
td.TdClassName
{
border-color: #FE180B;
}
.TagClassName
{
border-color: #FE180B;
}
</style>