Shades of Scarlet #FF1D04
Tints of Scarlet #FF1D04
RGB
CMYK
RGB Variations
Color information
#FF1D04 (or 0xFF1D04) is known color: Scarlet. HEX triplet: FF, 1D and 04. RGB value is (255,29,4). Sum of RGB (Red+Green+Blue) = 255+29+4=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D04 is #00E2FB. Grayscale: #5E5E5E. Windows color (decimal): -58108 or 269823. OLE color: 269823.
HSL color Cylindrical-coordinate representation of color #FF1D04: hue angle of 5.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1D04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0 |
| HSL | 5.98º | 1% | 0.51% | - |
| HSV(B) | 5.98º | 0.98% | 1% | - |
| XYZ | 41.7 | 22.15 | 2.19 | - |
| YUV | 93.72 | 77.37 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 4 | 0 | 0.89 | 0.98 | 0 | 5.98 | 1 | 0.51 |
| Hex | FF | 1D | 4 | 0 | 59 | 62 | 0 | 6 | 64 | 33 |
| Octal | 377 | 35 | 4 | 0 | 131 | 142 | 0 | 6 | 144 | 63 |
| Binary | 11111111 | 11101 | 100 | 0 | 1011001 | 1100010 | 0 | 110 | 1100100 | 110011 |
Color Harmonies of #FF1D04
Complementary color
Monochromatic Colors of #FF1D04
Black with #FF1D04
Text Example
Text Example
White with #FF1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D04; }
p { color: rgb(255,29,4); }
H1.HeaderClassName
{
color: #FF1D04;
}
.AnyTagClassName
{
color: #FF1D04;
}
</style>
background-color css
<style>
a { background-color: #FF1D04; }
a { background-color: rgb(255,29,4); }
div.DivClassName
{
background-color: #FF1D04;
}
.BgClassName
{
background-color: #FF1D04;
}
</style>
border-color css
<style>
span { border-color: #FF1D04; }
span { border-color: rgb(255,29,4); }
td.TdClassName
{
border-color: #FF1D04;
}
.TagClassName
{
border-color: #FF1D04;
}
</style>