Shades of Scarlet #FF1D0B
Tints of Scarlet #FF1D0B
RGB
CMYK
RGB Variations
Color information
#FF1D0B (or 0xFF1D0B) is known color: Scarlet. HEX triplet: FF, 1D and 0B. RGB value is (255,29,11). Sum of RGB (Red+Green+Blue) = 255+29+11=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D0B is #00E2F4. Grayscale: #5E5E5E. Windows color (decimal): -58101 or 728575. OLE color: 728575.
HSL color Cylindrical-coordinate representation of color #FF1D0B: hue angle of 4.43º 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 #FF1D0B is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 11 | - |
| CMYK | 0 | 0.89 | 0.96 | 0 |
| HSL | 4.43º | 1% | 0.52% | - |
| HSV(B) | 4.43º | 0.96% | 1% | - |
| XYZ | 41.74 | 22.16 | 2.39 | - |
| YUV | 94.52 | 80.87 | 242.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 11 | 0 | 0.89 | 0.96 | 0 | 4.43 | 1 | 0.52 |
| Hex | FF | 1D | B | 0 | 59 | 60 | 0 | 4 | 64 | 34 |
| Octal | 377 | 35 | 13 | 0 | 131 | 140 | 0 | 4 | 144 | 64 |
| Binary | 11111111 | 11101 | 1011 | 0 | 1011001 | 1100000 | 0 | 100 | 1100100 | 110100 |
Color Harmonies of #FF1D0B
Complementary color
Monochromatic Colors of #FF1D0B
Black with #FF1D0B
Text Example
Text Example
White with #FF1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D0B; }
p { color: rgb(255,29,11); }
H1.HeaderClassName
{
color: #FF1D0B;
}
.AnyTagClassName
{
color: #FF1D0B;
}
</style>
background-color css
<style>
a { background-color: #FF1D0B; }
a { background-color: rgb(255,29,11); }
div.DivClassName
{
background-color: #FF1D0B;
}
.BgClassName
{
background-color: #FF1D0B;
}
</style>
border-color css
<style>
span { border-color: #FF1D0B; }
span { border-color: rgb(255,29,11); }
td.TdClassName
{
border-color: #FF1D0B;
}
.TagClassName
{
border-color: #FF1D0B;
}
</style>