Shades of Scarlet #FE3203
Tints of Scarlet #FE3203
RGB
CMYK
RGB Variations
Color information
#FE3203 (or 0xFE3203) is known color: Scarlet. HEX triplet: FE, 32 and 03. RGB value is (254,50,3). Sum of RGB (Red+Green+Blue) = 254+50+3=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3203 is #01CDFC. Grayscale: #6A6A6A. Windows color (decimal): -118269 or 209662. OLE color: 209662.
HSL color Cylindrical-coordinate representation of color #FE3203: hue angle of 11.24º 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 #FE3203 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.00 |
| HSL | 11.24º | 0.99% | 0.5% | - |
| HSV(B) | 11.24º | 0.99% | 1% | - |
| XYZ | 42.03 | 23.36 | 2.38 | - |
| YUV | 105.64 | 70.09 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 3 | 0 | 0.80 | 0.99 | 0.00 | 11.24 | 0.99 | 0.5 |
| Hex | FE | 32 | 3 | 0 | 50 | 63 | 0 | B | 63 | 32 |
| Octal | 376 | 62 | 3 | 0 | 120 | 143 | 0 | 13 | 143 | 62 |
| Binary | 11111110 | 110010 | 11 | 0 | 1010000 | 1100011 | 0 | 1011 | 1100011 | 110010 |
Color Harmonies of #FE3203
Complementary color
Monochromatic Colors of #FE3203
Black with #FE3203
Text Example
Text Example
White with #FE3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3203; }
p { color: rgb(254,50,3); }
H1.HeaderClassName
{
color: #FE3203;
}
.AnyTagClassName
{
color: #FE3203;
}
</style>
background-color css
<style>
a { background-color: #FE3203; }
a { background-color: rgb(254,50,3); }
div.DivClassName
{
background-color: #FE3203;
}
.BgClassName
{
background-color: #FE3203;
}
</style>
border-color css
<style>
span { border-color: #FE3203; }
span { border-color: rgb(254,50,3); }
td.TdClassName
{
border-color: #FE3203;
}
.TagClassName
{
border-color: #FE3203;
}
</style>