Shades of Scarlet #FF240B
Tints of Scarlet #FF240B
RGB
CMYK
RGB Variations
Color information
#FF240B (or 0xFF240B) is known color: Scarlet. HEX triplet: FF, 24 and 0B. RGB value is (255,36,11). Sum of RGB (Red+Green+Blue) = 255+36+11=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF240B is #00DBF4. Grayscale: #626262. Windows color (decimal): -56309 or 730367. OLE color: 730367.
HSL color Cylindrical-coordinate representation of color #FF240B: hue angle of 6.15º 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 #FF240B is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 11 | - |
| CMYK | 0 | 0.86 | 0.96 | 0 |
| HSL | 6.15º | 1% | 0.52% | - |
| HSV(B) | 6.15º | 0.96% | 1% | - |
| XYZ | 41.93 | 22.55 | 2.46 | - |
| YUV | 98.63 | 78.55 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 11 | 0 | 0.86 | 0.96 | 0 | 6.15 | 1 | 0.52 |
| Hex | FF | 24 | B | 0 | 56 | 60 | 0 | 6 | 64 | 34 |
| Octal | 377 | 44 | 13 | 0 | 126 | 140 | 0 | 6 | 144 | 64 |
| Binary | 11111111 | 100100 | 1011 | 0 | 1010110 | 1100000 | 0 | 110 | 1100100 | 110100 |
Color Harmonies of #FF240B
Complementary color
Monochromatic Colors of #FF240B
Black with #FF240B
Text Example
Text Example
White with #FF240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF240B; }
p { color: rgb(255,36,11); }
H1.HeaderClassName
{
color: #FF240B;
}
.AnyTagClassName
{
color: #FF240B;
}
</style>
background-color css
<style>
a { background-color: #FF240B; }
a { background-color: rgb(255,36,11); }
div.DivClassName
{
background-color: #FF240B;
}
.BgClassName
{
background-color: #FF240B;
}
</style>
border-color css
<style>
span { border-color: #FF240B; }
span { border-color: rgb(255,36,11); }
td.TdClassName
{
border-color: #FF240B;
}
.TagClassName
{
border-color: #FF240B;
}
</style>