Shades of Scarlet #FF2406
Tints of Scarlet #FF2406
RGB
CMYK
RGB Variations
Color information
#FF2406 (or 0xFF2406) is known color: Scarlet. HEX triplet: FF, 24 and 06. RGB value is (255,36,6). Sum of RGB (Red+Green+Blue) = 255+36+6=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2406 is #00DBF9. Grayscale: #626262. Windows color (decimal): -56314 or 402687. OLE color: 402687.
HSL color Cylindrical-coordinate representation of color #FF2406: hue angle of 7.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF2406 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 6 | - |
| CMYK | 0 | 0.86 | 0.98 | 0 |
| HSL | 7.23º | 1% | 0.51% | - |
| HSV(B) | 7.23º | 0.98% | 1% | - |
| XYZ | 41.9 | 22.53 | 2.31 | - |
| YUV | 98.06 | 76.05 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 6 | 0 | 0.86 | 0.98 | 0 | 7.23 | 1 | 0.51 |
| Hex | FF | 24 | 6 | 0 | 56 | 62 | 0 | 7 | 64 | 33 |
| Octal | 377 | 44 | 6 | 0 | 126 | 142 | 0 | 7 | 144 | 63 |
| Binary | 11111111 | 100100 | 110 | 0 | 1010110 | 1100010 | 0 | 111 | 1100100 | 110011 |
Color Harmonies of #FF2406
Complementary color
Monochromatic Colors of #FF2406
Black with #FF2406
Text Example
Text Example
White with #FF2406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2406; }
p { color: rgb(255,36,6); }
H1.HeaderClassName
{
color: #FF2406;
}
.AnyTagClassName
{
color: #FF2406;
}
</style>
background-color css
<style>
a { background-color: #FF2406; }
a { background-color: rgb(255,36,6); }
div.DivClassName
{
background-color: #FF2406;
}
.BgClassName
{
background-color: #FF2406;
}
</style>
border-color css
<style>
span { border-color: #FF2406; }
span { border-color: rgb(255,36,6); }
td.TdClassName
{
border-color: #FF2406;
}
.TagClassName
{
border-color: #FF2406;
}
</style>