Shades of Scarlet #FF2904
Tints of Scarlet #FF2904
RGB
CMYK
RGB Variations
Color information
#FF2904 (or 0xFF2904) is known color: Scarlet. HEX triplet: FF, 29 and 04. RGB value is (255,41,4). Sum of RGB (Red+Green+Blue) = 255+41+4=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2904 is #00D6FB. Grayscale: #656565. Windows color (decimal): -55036 or 272895. OLE color: 272895.
HSL color Cylindrical-coordinate representation of color #FF2904: hue angle of 8.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF2904 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0 |
| HSL | 8.84º | 1% | 0.51% | - |
| HSV(B) | 8.84º | 0.98% | 1% | - |
| XYZ | 42.05 | 22.85 | 2.31 | - |
| YUV | 100.77 | 73.4 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 4 | 0 | 0.84 | 0.98 | 0 | 8.84 | 1 | 0.51 |
| Hex | FF | 29 | 4 | 0 | 54 | 62 | 0 | 9 | 64 | 33 |
| Octal | 377 | 51 | 4 | 0 | 124 | 142 | 0 | 11 | 144 | 63 |
| Binary | 11111111 | 101001 | 100 | 0 | 1010100 | 1100010 | 0 | 1001 | 1100100 | 110011 |
Color Harmonies of #FF2904
Complementary color
Monochromatic Colors of #FF2904
Black with #FF2904
Text Example
Text Example
White with #FF2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2904; }
p { color: rgb(255,41,4); }
H1.HeaderClassName
{
color: #FF2904;
}
.AnyTagClassName
{
color: #FF2904;
}
</style>
background-color css
<style>
a { background-color: #FF2904; }
a { background-color: rgb(255,41,4); }
div.DivClassName
{
background-color: #FF2904;
}
.BgClassName
{
background-color: #FF2904;
}
</style>
border-color css
<style>
span { border-color: #FF2904; }
span { border-color: rgb(255,41,4); }
td.TdClassName
{
border-color: #FF2904;
}
.TagClassName
{
border-color: #FF2904;
}
</style>