Shades of Scarlet #FE2300
Tints of Scarlet #FE2300
RGB
CMYK
RGB Variations
Color information
#FE2300 (or 0xFE2300) is known color: Scarlet. HEX triplet: FE, 23 and 00. RGB value is (254,35,0). Sum of RGB (Red+Green+Blue) = 254+35+0=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2300 is #01DCFF. Grayscale: #606060. Windows color (decimal): -122112 or 9214. OLE color: 9214.
HSL color Cylindrical-coordinate representation of color #FE2300: hue angle of 8.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2300 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.00 |
| HSL | 8.27º | 1% | 0.5% | - |
| HSV(B) | 8.27º | 1% | 1% | - |
| XYZ | 41.47 | 22.27 | 2.11 | - |
| YUV | 96.49 | 73.55 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 0 | 0 | 0.86 | 1 | 0.00 | 8.27 | 1 | 0.5 |
| Hex | FE | 23 | 0 | 0 | 56 | 64 | 0 | 8 | 64 | 32 |
| Octal | 376 | 43 | 0 | 0 | 126 | 144 | 0 | 10 | 144 | 62 |
| Binary | 11111110 | 100011 | 0 | 0 | 1010110 | 1100100 | 0 | 1000 | 1100100 | 110010 |
Color Harmonies of #FE2300
Complementary color
Monochromatic Colors of #FE2300
Black with #FE2300
Text Example
Text Example
White with #FE2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2300; }
p { color: rgb(254,35,0); }
H1.HeaderClassName
{
color: #FE2300;
}
.AnyTagClassName
{
color: #FE2300;
}
</style>
background-color css
<style>
a { background-color: #FE2300; }
a { background-color: rgb(254,35,0); }
div.DivClassName
{
background-color: #FE2300;
}
.BgClassName
{
background-color: #FE2300;
}
</style>
border-color css
<style>
span { border-color: #FE2300; }
span { border-color: rgb(254,35,0); }
td.TdClassName
{
border-color: #FE2300;
}
.TagClassName
{
border-color: #FE2300;
}
</style>