Shades of Scarlet #FF1D00
Tints of Scarlet #FF1D00
RGB
CMYK
RGB Variations
Color information
#FF1D00 (or 0xFF1D00) is known color: Scarlet. HEX triplet: FF, 1D and 00. RGB value is (255,29,0). Sum of RGB (Red+Green+Blue) = 255+29+0=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D00 is #00E2FF. Grayscale: #5D5D5D. Windows color (decimal): -58112 or 7679. OLE color: 7679.
HSL color Cylindrical-coordinate representation of color #FF1D00: hue angle of 6.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1D00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0 |
| HSL | 6.82º | 1% | 0.5% | - |
| HSV(B) | 6.82º | 1% | 1% | - |
| XYZ | 41.68 | 22.14 | 2.08 | - |
| YUV | 93.27 | 75.37 | 243.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 0 | 0 | 0.89 | 1 | 0 | 6.82 | 1 | 0.5 |
| Hex | FF | 1D | 0 | 0 | 59 | 64 | 0 | 7 | 64 | 32 |
| Octal | 377 | 35 | 0 | 0 | 131 | 144 | 0 | 7 | 144 | 62 |
| Binary | 11111111 | 11101 | 0 | 0 | 1011001 | 1100100 | 0 | 111 | 1100100 | 110010 |
Color Harmonies of #FF1D00
Complementary color
Monochromatic Colors of #FF1D00
Black with #FF1D00
Text Example
Text Example
White with #FF1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D00; }
p { color: rgb(255,29,0); }
H1.HeaderClassName
{
color: #FF1D00;
}
.AnyTagClassName
{
color: #FF1D00;
}
</style>
background-color css
<style>
a { background-color: #FF1D00; }
a { background-color: rgb(255,29,0); }
div.DivClassName
{
background-color: #FF1D00;
}
.BgClassName
{
background-color: #FF1D00;
}
</style>
border-color css
<style>
span { border-color: #FF1D00; }
span { border-color: rgb(255,29,0); }
td.TdClassName
{
border-color: #FF1D00;
}
.TagClassName
{
border-color: #FF1D00;
}
</style>