Shades of Scarlet #FE2303
Tints of Scarlet #FE2303
RGB
CMYK
RGB Variations
Color information
#FE2303 (or 0xFE2303) is known color: Scarlet. HEX triplet: FE, 23 and 03. RGB value is (254,35,3). Sum of RGB (Red+Green+Blue) = 254+35+3=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2303 is #01DCFC. Grayscale: #616161. Windows color (decimal): -122109 or 205822. OLE color: 205822.
HSL color Cylindrical-coordinate representation of color #FE2303: hue angle of 7.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE2303 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.00 |
| HSL | 7.65º | 0.99% | 0.5% | - |
| HSV(B) | 7.65º | 0.99% | 1% | - |
| XYZ | 41.49 | 22.28 | 2.2 | - |
| YUV | 96.83 | 75.05 | 240.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 3 | 0 | 0.86 | 0.99 | 0.00 | 7.65 | 0.99 | 0.5 |
| Hex | FE | 23 | 3 | 0 | 56 | 63 | 0 | 8 | 63 | 32 |
| Octal | 376 | 43 | 3 | 0 | 126 | 143 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100011 | 11 | 0 | 1010110 | 1100011 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2303
Complementary color
Monochromatic Colors of #FE2303
Black with #FE2303
Text Example
Text Example
White with #FE2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2303; }
p { color: rgb(254,35,3); }
H1.HeaderClassName
{
color: #FE2303;
}
.AnyTagClassName
{
color: #FE2303;
}
</style>
background-color css
<style>
a { background-color: #FE2303; }
a { background-color: rgb(254,35,3); }
div.DivClassName
{
background-color: #FE2303;
}
.BgClassName
{
background-color: #FE2303;
}
</style>
border-color css
<style>
span { border-color: #FE2303; }
span { border-color: rgb(254,35,3); }
td.TdClassName
{
border-color: #FE2303;
}
.TagClassName
{
border-color: #FE2303;
}
</style>