Shades of Scarlet #FF1C00
Tints of Scarlet #FF1C00
RGB
CMYK
RGB Variations
Color information
#FF1C00 (or 0xFF1C00) is known color: Scarlet. HEX triplet: FF, 1C and 00. RGB value is (255,28,0). Sum of RGB (Red+Green+Blue) = 255+28+0=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C00 is #00E3FF. Grayscale: #5D5D5D. Windows color (decimal): -58368 or 7423. OLE color: 7423.
HSL color Cylindrical-coordinate representation of color #FF1C00: hue angle of 6.59º 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 #FF1C00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0 |
| HSL | 6.59º | 1% | 0.5% | - |
| HSV(B) | 6.59º | 1% | 1% | - |
| XYZ | 41.66 | 22.09 | 2.07 | - |
| YUV | 92.68 | 75.71 | 243.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 0 | 0 | 0.89 | 1 | 0 | 6.59 | 1 | 0.5 |
| Hex | FF | 1C | 0 | 0 | 59 | 64 | 0 | 7 | 64 | 32 |
| Octal | 377 | 34 | 0 | 0 | 131 | 144 | 0 | 7 | 144 | 62 |
| Binary | 11111111 | 11100 | 0 | 0 | 1011001 | 1100100 | 0 | 111 | 1100100 | 110010 |
Color Harmonies of #FF1C00
Complementary color
Monochromatic Colors of #FF1C00
Black with #FF1C00
Text Example
Text Example
White with #FF1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C00; }
p { color: rgb(255,28,0); }
H1.HeaderClassName
{
color: #FF1C00;
}
.AnyTagClassName
{
color: #FF1C00;
}
</style>
background-color css
<style>
a { background-color: #FF1C00; }
a { background-color: rgb(255,28,0); }
div.DivClassName
{
background-color: #FF1C00;
}
.BgClassName
{
background-color: #FF1C00;
}
</style>
border-color css
<style>
span { border-color: #FF1C00; }
span { border-color: rgb(255,28,0); }
td.TdClassName
{
border-color: #FF1C00;
}
.TagClassName
{
border-color: #FF1C00;
}
</style>