Shades of Scarlet #FF201C
Tints of Scarlet #FF201C
RGB
CMYK
RGB Variations
Color information
#FF201C (or 0xFF201C) is known color: Scarlet. HEX triplet: FF, 20 and 1C. RGB value is (255,32,28). Sum of RGB (Red+Green+Blue) = 255+32+28=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF201C is #00DFE3. Grayscale: #626262. Windows color (decimal): -57316 or 1843455. OLE color: 1843455.
HSL color Cylindrical-coordinate representation of color #FF201C: hue angle of 1.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF201C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0 |
| HSL | 1.06º | 1% | 0.55% | - |
| HSV(B) | 1.06º | 0.89% | 1% | - |
| XYZ | 41.97 | 22.38 | 3.21 | - |
| YUV | 98.22 | 88.38 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 28 | 0 | 0.87 | 0.89 | 0 | 1.06 | 1 | 0.55 |
| Hex | FF | 20 | 1C | 0 | 57 | 59 | 0 | 1 | 64 | 37 |
| Octal | 377 | 40 | 34 | 0 | 127 | 131 | 0 | 1 | 144 | 67 |
| Binary | 11111111 | 100000 | 11100 | 0 | 1010111 | 1011001 | 0 | 1 | 1100100 | 110111 |
Color Harmonies of #FF201C
Complementary color
Monochromatic Colors of #FF201C
Black with #FF201C
Text Example
Text Example
White with #FF201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF201C; }
p { color: rgb(255,32,28); }
H1.HeaderClassName
{
color: #FF201C;
}
.AnyTagClassName
{
color: #FF201C;
}
</style>
background-color css
<style>
a { background-color: #FF201C; }
a { background-color: rgb(255,32,28); }
div.DivClassName
{
background-color: #FF201C;
}
.BgClassName
{
background-color: #FF201C;
}
</style>
border-color css
<style>
span { border-color: #FF201C; }
span { border-color: rgb(255,32,28); }
td.TdClassName
{
border-color: #FF201C;
}
.TagClassName
{
border-color: #FF201C;
}
</style>