Shades of Scarlet #FE2D05
Tints of Scarlet #FE2D05
RGB
CMYK
RGB Variations
Color information
#FE2D05 (or 0xFE2D05) is known color: Scarlet. HEX triplet: FE, 2D and 05. RGB value is (254,45,5). Sum of RGB (Red+Green+Blue) = 254+45+5=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D05 is #01D2FA. Grayscale: #676767. Windows color (decimal): -119547 or 339454. OLE color: 339454.
HSL color Cylindrical-coordinate representation of color #FE2D05: hue angle of 9.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE2D05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.00 |
| HSL | 9.64º | 0.99% | 0.51% | - |
| HSV(B) | 9.64º | 0.98% | 1% | - |
| XYZ | 41.84 | 22.96 | 2.37 | - |
| YUV | 102.93 | 72.74 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 5 | 0 | 0.82 | 0.98 | 0.00 | 9.64 | 0.99 | 0.51 |
| Hex | FE | 2D | 5 | 0 | 52 | 62 | 0 | A | 63 | 33 |
| Octal | 376 | 55 | 5 | 0 | 122 | 142 | 0 | 12 | 143 | 63 |
| Binary | 11111110 | 101101 | 101 | 0 | 1010010 | 1100010 | 0 | 1010 | 1100011 | 110011 |
Color Harmonies of #FE2D05
Complementary color
Monochromatic Colors of #FE2D05
Black with #FE2D05
Text Example
Text Example
White with #FE2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D05; }
p { color: rgb(254,45,5); }
H1.HeaderClassName
{
color: #FE2D05;
}
.AnyTagClassName
{
color: #FE2D05;
}
</style>
background-color css
<style>
a { background-color: #FE2D05; }
a { background-color: rgb(254,45,5); }
div.DivClassName
{
background-color: #FE2D05;
}
.BgClassName
{
background-color: #FE2D05;
}
</style>
border-color css
<style>
span { border-color: #FE2D05; }
span { border-color: rgb(254,45,5); }
td.TdClassName
{
border-color: #FE2D05;
}
.TagClassName
{
border-color: #FE2D05;
}
</style>