Shades of Scarlet #FF2803
Tints of Scarlet #FF2803
RGB
CMYK
RGB Variations
Color information
#FF2803 (or 0xFF2803) is known color: Scarlet. HEX triplet: FF, 28 and 03. RGB value is (255,40,3). Sum of RGB (Red+Green+Blue) = 255+40+3=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2803 is #00D7FC. Grayscale: #646464. Windows color (decimal): -55293 or 207103. OLE color: 207103.
HSL color Cylindrical-coordinate representation of color #FF2803: hue angle of 8.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF2803 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0 |
| HSL | 8.81º | 1% | 0.51% | - |
| HSV(B) | 8.81º | 0.99% | 1% | - |
| XYZ | 42.02 | 22.78 | 2.27 | - |
| YUV | 100.07 | 73.23 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 3 | 0 | 0.84 | 0.99 | 0 | 8.81 | 1 | 0.51 |
| Hex | FF | 28 | 3 | 0 | 54 | 63 | 0 | 9 | 64 | 33 |
| Octal | 377 | 50 | 3 | 0 | 124 | 143 | 0 | 11 | 144 | 63 |
| Binary | 11111111 | 101000 | 11 | 0 | 1010100 | 1100011 | 0 | 1001 | 1100100 | 110011 |
Color Harmonies of #FF2803
Complementary color
Monochromatic Colors of #FF2803
Black with #FF2803
Text Example
Text Example
White with #FF2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2803; }
p { color: rgb(255,40,3); }
H1.HeaderClassName
{
color: #FF2803;
}
.AnyTagClassName
{
color: #FF2803;
}
</style>
background-color css
<style>
a { background-color: #FF2803; }
a { background-color: rgb(255,40,3); }
div.DivClassName
{
background-color: #FF2803;
}
.BgClassName
{
background-color: #FF2803;
}
</style>
border-color css
<style>
span { border-color: #FF2803; }
span { border-color: rgb(255,40,3); }
td.TdClassName
{
border-color: #FF2803;
}
.TagClassName
{
border-color: #FF2803;
}
</style>