Shades of Scarlet #FF2103
Tints of Scarlet #FF2103
RGB
CMYK
RGB Variations
Color information
#FF2103 (or 0xFF2103) is known color: Scarlet. HEX triplet: FF, 21 and 03. RGB value is (255,33,3). Sum of RGB (Red+Green+Blue) = 255+33+3=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2103 is #00DEFC. Grayscale: #606060. Windows color (decimal): -57085 or 205311. OLE color: 205311.
HSL color Cylindrical-coordinate representation of color #FF2103: hue angle of 7.14º 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 #FF2103 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0 |
| HSL | 7.14º | 1% | 0.51% | - |
| HSV(B) | 7.14º | 0.99% | 1% | - |
| XYZ | 41.8 | 22.35 | 2.2 | - |
| YUV | 95.96 | 75.55 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 3 | 0 | 0.87 | 0.99 | 0 | 7.14 | 1 | 0.51 |
| Hex | FF | 21 | 3 | 0 | 57 | 63 | 0 | 7 | 64 | 33 |
| Octal | 377 | 41 | 3 | 0 | 127 | 143 | 0 | 7 | 144 | 63 |
| Binary | 11111111 | 100001 | 11 | 0 | 1010111 | 1100011 | 0 | 111 | 1100100 | 110011 |
Color Harmonies of #FF2103
Complementary color
Monochromatic Colors of #FF2103
Black with #FF2103
Text Example
Text Example
White with #FF2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2103; }
p { color: rgb(255,33,3); }
H1.HeaderClassName
{
color: #FF2103;
}
.AnyTagClassName
{
color: #FF2103;
}
</style>
background-color css
<style>
a { background-color: #FF2103; }
a { background-color: rgb(255,33,3); }
div.DivClassName
{
background-color: #FF2103;
}
.BgClassName
{
background-color: #FF2103;
}
</style>
border-color css
<style>
span { border-color: #FF2103; }
span { border-color: rgb(255,33,3); }
td.TdClassName
{
border-color: #FF2103;
}
.TagClassName
{
border-color: #FF2103;
}
</style>