Shades of Scarlet #FF290B
Tints of Scarlet #FF290B
RGB
CMYK
RGB Variations
Color information
#FF290B (or 0xFF290B) is known color: Scarlet. HEX triplet: FF, 29 and 0B. RGB value is (255,41,11). Sum of RGB (Red+Green+Blue) = 255+41+11=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF290B is #00D6F4. Grayscale: #656565. Windows color (decimal): -55029 or 731647. OLE color: 731647.
HSL color Cylindrical-coordinate representation of color #FF290B: hue angle of 7.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF290B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 11 | - |
| CMYK | 0 | 0.84 | 0.96 | 0 |
| HSL | 7.38º | 1% | 0.52% | - |
| HSV(B) | 7.38º | 0.96% | 1% | - |
| XYZ | 42.09 | 22.87 | 2.51 | - |
| YUV | 101.57 | 76.9 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 11 | 0 | 0.84 | 0.96 | 0 | 7.38 | 1 | 0.52 |
| Hex | FF | 29 | B | 0 | 54 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 51 | 13 | 0 | 124 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 101001 | 1011 | 0 | 1010100 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF290B
Complementary color
Monochromatic Colors of #FF290B
Black with #FF290B
Text Example
Text Example
White with #FF290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF290B; }
p { color: rgb(255,41,11); }
H1.HeaderClassName
{
color: #FF290B;
}
.AnyTagClassName
{
color: #FF290B;
}
</style>
background-color css
<style>
a { background-color: #FF290B; }
a { background-color: rgb(255,41,11); }
div.DivClassName
{
background-color: #FF290B;
}
.BgClassName
{
background-color: #FF290B;
}
</style>
border-color css
<style>
span { border-color: #FF290B; }
span { border-color: rgb(255,41,11); }
td.TdClassName
{
border-color: #FF290B;
}
.TagClassName
{
border-color: #FF290B;
}
</style>