Shades of Scarlet #FF1C0C
Tints of Scarlet #FF1C0C
RGB
CMYK
RGB Variations
Color information
#FF1C0C (or 0xFF1C0C) is known color: Scarlet. HEX triplet: FF, 1C and 0C. RGB value is (255,28,12). Sum of RGB (Red+Green+Blue) = 255+28+12=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C0C is #00E3F3. Grayscale: #5E5E5E. Windows color (decimal): -58356 or 793855. OLE color: 793855.
HSL color Cylindrical-coordinate representation of color #FF1C0C: hue angle of 3.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF1C0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0 |
| HSL | 3.95º | 1% | 0.52% | - |
| HSV(B) | 3.95º | 0.95% | 1% | - |
| XYZ | 41.72 | 22.12 | 2.42 | - |
| YUV | 94.05 | 81.71 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 12 | 0 | 0.89 | 0.95 | 0 | 3.95 | 1 | 0.52 |
| Hex | FF | 1C | C | 0 | 59 | 5F | 0 | 4 | 64 | 34 |
| Octal | 377 | 34 | 14 | 0 | 131 | 137 | 0 | 4 | 144 | 64 |
| Binary | 11111111 | 11100 | 1100 | 0 | 1011001 | 1011111 | 0 | 100 | 1100100 | 110100 |
Color Harmonies of #FF1C0C
Complementary color
Monochromatic Colors of #FF1C0C
Black with #FF1C0C
Text Example
Text Example
White with #FF1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C0C; }
p { color: rgb(255,28,12); }
H1.HeaderClassName
{
color: #FF1C0C;
}
.AnyTagClassName
{
color: #FF1C0C;
}
</style>
background-color css
<style>
a { background-color: #FF1C0C; }
a { background-color: rgb(255,28,12); }
div.DivClassName
{
background-color: #FF1C0C;
}
.BgClassName
{
background-color: #FF1C0C;
}
</style>
border-color css
<style>
span { border-color: #FF1C0C; }
span { border-color: rgb(255,28,12); }
td.TdClassName
{
border-color: #FF1C0C;
}
.TagClassName
{
border-color: #FF1C0C;
}
</style>