Shades of Scarlet #FE2D1B
Tints of Scarlet #FE2D1B
RGB
CMYK
RGB Variations
Color information
#FE2D1B (or 0xFE2D1B) is known color: Scarlet. HEX triplet: FE, 2D and 1B. RGB value is (254,45,27). Sum of RGB (Red+Green+Blue) = 254+45+27=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D1B is #01D2E4. Grayscale: #696969. Windows color (decimal): -119525 or 1781246. OLE color: 1781246.
HSL color Cylindrical-coordinate representation of color #FE2D1B: hue angle of 4.76º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE2D1B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 27 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.00 |
| HSL | 4.76º | 0.99% | 0.55% | - |
| HSV(B) | 4.76º | 0.89% | 1% | - |
| XYZ | 42.01 | 23.03 | 3.27 | - |
| YUV | 105.44 | 83.74 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 27 | 0 | 0.82 | 0.89 | 0.00 | 4.76 | 0.99 | 0.55 |
| Hex | FE | 2D | 1B | 0 | 52 | 59 | 0 | 5 | 63 | 37 |
| Octal | 376 | 55 | 33 | 0 | 122 | 131 | 0 | 5 | 143 | 67 |
| Binary | 11111110 | 101101 | 11011 | 0 | 1010010 | 1011001 | 0 | 101 | 1100011 | 110111 |
Color Harmonies of #FE2D1B
Complementary color
Monochromatic Colors of #FE2D1B
Black with #FE2D1B
Text Example
Text Example
White with #FE2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D1B; }
p { color: rgb(254,45,27); }
H1.HeaderClassName
{
color: #FE2D1B;
}
.AnyTagClassName
{
color: #FE2D1B;
}
</style>
background-color css
<style>
a { background-color: #FE2D1B; }
a { background-color: rgb(254,45,27); }
div.DivClassName
{
background-color: #FE2D1B;
}
.BgClassName
{
background-color: #FE2D1B;
}
</style>
border-color css
<style>
span { border-color: #FE2D1B; }
span { border-color: rgb(254,45,27); }
td.TdClassName
{
border-color: #FE2D1B;
}
.TagClassName
{
border-color: #FE2D1B;
}
</style>