Shades of Scarlet #FF2303
Tints of Scarlet #FF2303
RGB
CMYK
RGB Variations
Color information
#FF2303 (or 0xFF2303) is known color: Scarlet. HEX triplet: FF, 23 and 03. RGB value is (255,35,3). Sum of RGB (Red+Green+Blue) = 255+35+3=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2303 is #00DCFC. Grayscale: #616161. Windows color (decimal): -56573 or 205823. OLE color: 205823.
HSL color Cylindrical-coordinate representation of color #FF2303: hue angle of 7.62º 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 #FF2303 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0 |
| HSL | 7.62º | 1% | 0.51% | - |
| HSV(B) | 7.62º | 0.99% | 1% | - |
| XYZ | 41.86 | 22.47 | 2.22 | - |
| YUV | 97.13 | 74.89 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 3 | 0 | 0.86 | 0.99 | 0 | 7.62 | 1 | 0.51 |
| Hex | FF | 23 | 3 | 0 | 56 | 63 | 0 | 8 | 64 | 33 |
| Octal | 377 | 43 | 3 | 0 | 126 | 143 | 0 | 10 | 144 | 63 |
| Binary | 11111111 | 100011 | 11 | 0 | 1010110 | 1100011 | 0 | 1000 | 1100100 | 110011 |
Color Harmonies of #FF2303
Complementary color
Monochromatic Colors of #FF2303
Black with #FF2303
Text Example
Text Example
White with #FF2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2303; }
p { color: rgb(255,35,3); }
H1.HeaderClassName
{
color: #FF2303;
}
.AnyTagClassName
{
color: #FF2303;
}
</style>
background-color css
<style>
a { background-color: #FF2303; }
a { background-color: rgb(255,35,3); }
div.DivClassName
{
background-color: #FF2303;
}
.BgClassName
{
background-color: #FF2303;
}
</style>
border-color css
<style>
span { border-color: #FF2303; }
span { border-color: rgb(255,35,3); }
td.TdClassName
{
border-color: #FF2303;
}
.TagClassName
{
border-color: #FF2303;
}
</style>