Shades of Scarlet #FF1C0D
Tints of Scarlet #FF1C0D
RGB
CMYK
RGB Variations
Color information
#FF1C0D (or 0xFF1C0D) is known color: Scarlet. HEX triplet: FF, 1C and 0D. RGB value is (255,28,13). Sum of RGB (Red+Green+Blue) = 255+28+13=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C0D is #00E3F2. Grayscale: #5E5E5E. Windows color (decimal): -58355 or 859391. OLE color: 859391.
HSL color Cylindrical-coordinate representation of color #FF1C0D: hue angle of 3.72º 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 #FF1C0D is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 13 | - |
| CMYK | 0 | 0.89 | 0.95 | 0 |
| HSL | 3.72º | 1% | 0.53% | - |
| HSV(B) | 3.72º | 0.95% | 1% | - |
| XYZ | 41.73 | 22.12 | 2.45 | - |
| YUV | 94.16 | 82.21 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 13 | 0 | 0.89 | 0.95 | 0 | 3.72 | 1 | 0.53 |
| Hex | FF | 1C | D | 0 | 59 | 5F | 0 | 4 | 64 | 35 |
| Octal | 377 | 34 | 15 | 0 | 131 | 137 | 0 | 4 | 144 | 65 |
| Binary | 11111111 | 11100 | 1101 | 0 | 1011001 | 1011111 | 0 | 100 | 1100100 | 110101 |
Color Harmonies of #FF1C0D
Complementary color
Monochromatic Colors of #FF1C0D
Black with #FF1C0D
Text Example
Text Example
White with #FF1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C0D; }
p { color: rgb(255,28,13); }
H1.HeaderClassName
{
color: #FF1C0D;
}
.AnyTagClassName
{
color: #FF1C0D;
}
</style>
background-color css
<style>
a { background-color: #FF1C0D; }
a { background-color: rgb(255,28,13); }
div.DivClassName
{
background-color: #FF1C0D;
}
.BgClassName
{
background-color: #FF1C0D;
}
</style>
border-color css
<style>
span { border-color: #FF1C0D; }
span { border-color: rgb(255,28,13); }
td.TdClassName
{
border-color: #FF1C0D;
}
.TagClassName
{
border-color: #FF1C0D;
}
</style>