Shades of Scarlet #FF2414
Tints of Scarlet #FF2414
RGB
CMYK
RGB Variations
Color information
#FF2414 (or 0xFF2414) is known color: Scarlet. HEX triplet: FF, 24 and 14. RGB value is (255,36,20). Sum of RGB (Red+Green+Blue) = 255+36+20=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2414 is #00DBEB. Grayscale: #636363. Windows color (decimal): -56300 or 1320191. OLE color: 1320191.
HSL color Cylindrical-coordinate representation of color #FF2414: hue angle of 4.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF2414 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 20 | - |
| CMYK | 0 | 0.86 | 0.92 | 0 |
| HSL | 4.09º | 1% | 0.54% | - |
| HSV(B) | 4.09º | 0.92% | 1% | - |
| XYZ | 42 | 22.57 | 2.81 | - |
| YUV | 99.66 | 83.05 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 20 | 0 | 0.86 | 0.92 | 0 | 4.09 | 1 | 0.54 |
| Hex | FF | 24 | 14 | 0 | 56 | 5C | 0 | 4 | 64 | 36 |
| Octal | 377 | 44 | 24 | 0 | 126 | 134 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100100 | 10100 | 0 | 1010110 | 1011100 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2414
Complementary color
Monochromatic Colors of #FF2414
Black with #FF2414
Text Example
Text Example
White with #FF2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2414; }
p { color: rgb(255,36,20); }
H1.HeaderClassName
{
color: #FF2414;
}
.AnyTagClassName
{
color: #FF2414;
}
</style>
background-color css
<style>
a { background-color: #FF2414; }
a { background-color: rgb(255,36,20); }
div.DivClassName
{
background-color: #FF2414;
}
.BgClassName
{
background-color: #FF2414;
}
</style>
border-color css
<style>
span { border-color: #FF2414; }
span { border-color: rgb(255,36,20); }
td.TdClassName
{
border-color: #FF2414;
}
.TagClassName
{
border-color: #FF2414;
}
</style>