Shades of Scarlet #FE1B0C
Tints of Scarlet #FE1B0C
RGB
CMYK
RGB Variations
Color information
#FE1B0C (or 0xFE1B0C) is known color: Scarlet. HEX triplet: FE, 1B and 0C. RGB value is (254,27,12). Sum of RGB (Red+Green+Blue) = 254+27+12=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1B0C is #01E4F3. Grayscale: #5D5D5D. Windows color (decimal): -124148 or 793598. OLE color: 793598.
HSL color Cylindrical-coordinate representation of color #FE1B0C: hue angle of 3.72º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE1B0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.00 |
| HSL | 3.72º | 0.99% | 0.52% | - |
| HSV(B) | 3.72º | 0.95% | 1% | - |
| XYZ | 41.33 | 21.88 | 2.39 | - |
| YUV | 93.16 | 82.21 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 12 | 0 | 0.89 | 0.95 | 0.00 | 3.72 | 0.99 | 0.52 |
| Hex | FE | 1B | C | 0 | 59 | 5F | 0 | 4 | 63 | 34 |
| Octal | 376 | 33 | 14 | 0 | 131 | 137 | 0 | 4 | 143 | 64 |
| Binary | 11111110 | 11011 | 1100 | 0 | 1011001 | 1011111 | 0 | 100 | 1100011 | 110100 |
Color Harmonies of #FE1B0C
Complementary color
Monochromatic Colors of #FE1B0C
Black with #FE1B0C
Text Example
Text Example
White with #FE1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B0C; }
p { color: rgb(254,27,12); }
H1.HeaderClassName
{
color: #FE1B0C;
}
.AnyTagClassName
{
color: #FE1B0C;
}
</style>
background-color css
<style>
a { background-color: #FE1B0C; }
a { background-color: rgb(254,27,12); }
div.DivClassName
{
background-color: #FE1B0C;
}
.BgClassName
{
background-color: #FE1B0C;
}
</style>
border-color css
<style>
span { border-color: #FE1B0C; }
span { border-color: rgb(254,27,12); }
td.TdClassName
{
border-color: #FE1B0C;
}
.TagClassName
{
border-color: #FE1B0C;
}
</style>