Shades of Scarlet #FF280B
Tints of Scarlet #FF280B
RGB
CMYK
RGB Variations
Color information
#FF280B (or 0xFF280B) is known color: Scarlet. HEX triplet: FF, 28 and 0B. RGB value is (255,40,11). Sum of RGB (Red+Green+Blue) = 255+40+11=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF280B is #00D7F4. Grayscale: #656565. Windows color (decimal): -55285 or 731391. OLE color: 731391.
HSL color Cylindrical-coordinate representation of color #FF280B: hue angle of 7.13º 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 #FF280B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 11 | - |
| CMYK | 0 | 0.84 | 0.96 | 0 |
| HSL | 7.13º | 1% | 0.52% | - |
| HSV(B) | 7.13º | 0.96% | 1% | - |
| XYZ | 42.06 | 22.8 | 2.5 | - |
| YUV | 100.98 | 77.23 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 11 | 0 | 0.84 | 0.96 | 0 | 7.13 | 1 | 0.52 |
| Hex | FF | 28 | B | 0 | 54 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 50 | 13 | 0 | 124 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 101000 | 1011 | 0 | 1010100 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF280B
Complementary color
Monochromatic Colors of #FF280B
Black with #FF280B
Text Example
Text Example
White with #FF280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF280B; }
p { color: rgb(255,40,11); }
H1.HeaderClassName
{
color: #FF280B;
}
.AnyTagClassName
{
color: #FF280B;
}
</style>
background-color css
<style>
a { background-color: #FF280B; }
a { background-color: rgb(255,40,11); }
div.DivClassName
{
background-color: #FF280B;
}
.BgClassName
{
background-color: #FF280B;
}
</style>
border-color css
<style>
span { border-color: #FF280B; }
span { border-color: rgb(255,40,11); }
td.TdClassName
{
border-color: #FF280B;
}
.TagClassName
{
border-color: #FF280B;
}
</style>