Shades of Scarlet #FE2807
Tints of Scarlet #FE2807
RGB
CMYK
RGB Variations
Color information
#FE2807 (or 0xFE2807) is known color: Scarlet. HEX triplet: FE, 28 and 07. RGB value is (254,40,7). Sum of RGB (Red+Green+Blue) = 254+40+7=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2807 is #01D7F8. Grayscale: #646464. Windows color (decimal): -120825 or 469246. OLE color: 469246.
HSL color Cylindrical-coordinate representation of color #FE2807: hue angle of 8.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE2807 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.00 |
| HSL | 8.02º | 0.99% | 0.51% | - |
| HSV(B) | 8.02º | 0.97% | 1% | - |
| XYZ | 41.67 | 22.6 | 2.37 | - |
| YUV | 100.22 | 75.4 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 7 | 0 | 0.84 | 0.97 | 0.00 | 8.02 | 0.99 | 0.51 |
| Hex | FE | 28 | 7 | 0 | 54 | 61 | 0 | 8 | 63 | 33 |
| Octal | 376 | 50 | 7 | 0 | 124 | 141 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 101000 | 111 | 0 | 1010100 | 1100001 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2807
Complementary color
Monochromatic Colors of #FE2807
Black with #FE2807
Text Example
Text Example
White with #FE2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2807; }
p { color: rgb(254,40,7); }
H1.HeaderClassName
{
color: #FE2807;
}
.AnyTagClassName
{
color: #FE2807;
}
</style>
background-color css
<style>
a { background-color: #FE2807; }
a { background-color: rgb(254,40,7); }
div.DivClassName
{
background-color: #FE2807;
}
.BgClassName
{
background-color: #FE2807;
}
</style>
border-color css
<style>
span { border-color: #FE2807; }
span { border-color: rgb(254,40,7); }
td.TdClassName
{
border-color: #FE2807;
}
.TagClassName
{
border-color: #FE2807;
}
</style>