Shades of Scarlet #FF240A
Tints of Scarlet #FF240A
RGB
CMYK
RGB Variations
Color information
#FF240A (or 0xFF240A) is known color: Scarlet. HEX triplet: FF, 24 and 0A. RGB value is (255,36,10). Sum of RGB (Red+Green+Blue) = 255+36+10=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF240A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF240A is #00DBF5. Grayscale: #626262. Windows color (decimal): -56310 or 664831. OLE color: 664831.
HSL color Cylindrical-coordinate representation of color #FF240A: hue angle of 6.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF240A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 10 | - |
| CMYK | 0 | 0.86 | 0.96 | 0 |
| HSL | 6.37º | 1% | 0.52% | - |
| HSV(B) | 6.37º | 0.96% | 1% | - |
| XYZ | 41.93 | 22.54 | 2.43 | - |
| YUV | 98.52 | 78.05 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 10 | 0 | 0.86 | 0.96 | 0 | 6.37 | 1 | 0.52 |
| Hex | FF | 24 | A | 0 | 56 | 60 | 0 | 6 | 64 | 34 |
| Octal | 377 | 44 | 12 | 0 | 126 | 140 | 0 | 6 | 144 | 64 |
| Binary | 11111111 | 100100 | 1010 | 0 | 1010110 | 1100000 | 0 | 110 | 1100100 | 110100 |
Color Harmonies of #FF240A
Complementary color
Monochromatic Colors of #FF240A
Black with #FF240A
Text Example
Text Example
White with #FF240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF240A; }
p { color: rgb(255,36,10); }
H1.HeaderClassName
{
color: #FF240A;
}
.AnyTagClassName
{
color: #FF240A;
}
</style>
background-color css
<style>
a { background-color: #FF240A; }
a { background-color: rgb(255,36,10); }
div.DivClassName
{
background-color: #FF240A;
}
.BgClassName
{
background-color: #FF240A;
}
</style>
border-color css
<style>
span { border-color: #FF240A; }
span { border-color: rgb(255,36,10); }
td.TdClassName
{
border-color: #FF240A;
}
.TagClassName
{
border-color: #FF240A;
}
</style>