Shades of Scarlet #FF1B0D
Tints of Scarlet #FF1B0D
RGB
CMYK
RGB Variations
Color information
#FF1B0D (or 0xFF1B0D) is known color: Scarlet. HEX triplet: FF, 1B and 0D. RGB value is (255,27,13). Sum of RGB (Red+Green+Blue) = 255+27+13=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1B0D is #00E4F2. Grayscale: #5D5D5D. Windows color (decimal): -58611 or 859135. OLE color: 859135.
HSL color Cylindrical-coordinate representation of color #FF1B0D: hue angle of 3.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF1B0D is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 13 | - |
| CMYK | 0 | 0.89 | 0.95 | 0 |
| HSL | 3.47º | 1% | 0.53% | - |
| HSV(B) | 3.47º | 0.95% | 1% | - |
| XYZ | 41.7 | 22.07 | 2.44 | - |
| YUV | 93.58 | 82.54 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 13 | 0 | 0.89 | 0.95 | 0 | 3.47 | 1 | 0.53 |
| Hex | FF | 1B | D | 0 | 59 | 5F | 0 | 3 | 64 | 35 |
| Octal | 377 | 33 | 15 | 0 | 131 | 137 | 0 | 3 | 144 | 65 |
| Binary | 11111111 | 11011 | 1101 | 0 | 1011001 | 1011111 | 0 | 11 | 1100100 | 110101 |
Color Harmonies of #FF1B0D
Complementary color
Monochromatic Colors of #FF1B0D
Black with #FF1B0D
Text Example
Text Example
White with #FF1B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B0D; }
p { color: rgb(255,27,13); }
H1.HeaderClassName
{
color: #FF1B0D;
}
.AnyTagClassName
{
color: #FF1B0D;
}
</style>
background-color css
<style>
a { background-color: #FF1B0D; }
a { background-color: rgb(255,27,13); }
div.DivClassName
{
background-color: #FF1B0D;
}
.BgClassName
{
background-color: #FF1B0D;
}
</style>
border-color css
<style>
span { border-color: #FF1B0D; }
span { border-color: rgb(255,27,13); }
td.TdClassName
{
border-color: #FF1B0D;
}
.TagClassName
{
border-color: #FF1B0D;
}
</style>