Shades of Scarlet #FF241B
Tints of Scarlet #FF241B
RGB
CMYK
RGB Variations
Color information
#FF241B (or 0xFF241B) is known color: Scarlet. HEX triplet: FF, 24 and 1B. RGB value is (255,36,27). Sum of RGB (Red+Green+Blue) = 255+36+27=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF241B is #00DBE4. Grayscale: #646464. Windows color (decimal): -56293 or 1778943. OLE color: 1778943.
HSL color Cylindrical-coordinate representation of color #FF241B: hue angle of 2.37º 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 #FF241B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0 |
| HSL | 2.37º | 1% | 0.55% | - |
| HSV(B) | 2.37º | 0.89% | 1% | - |
| XYZ | 42.07 | 22.6 | 3.18 | - |
| YUV | 100.46 | 86.55 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 27 | 0 | 0.86 | 0.89 | 0 | 2.37 | 1 | 0.55 |
| Hex | FF | 24 | 1B | 0 | 56 | 59 | 0 | 2 | 64 | 37 |
| Octal | 377 | 44 | 33 | 0 | 126 | 131 | 0 | 2 | 144 | 67 |
| Binary | 11111111 | 100100 | 11011 | 0 | 1010110 | 1011001 | 0 | 10 | 1100100 | 110111 |
Color Harmonies of #FF241B
Complementary color
Monochromatic Colors of #FF241B
Black with #FF241B
Text Example
Text Example
White with #FF241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF241B; }
p { color: rgb(255,36,27); }
H1.HeaderClassName
{
color: #FF241B;
}
.AnyTagClassName
{
color: #FF241B;
}
</style>
background-color css
<style>
a { background-color: #FF241B; }
a { background-color: rgb(255,36,27); }
div.DivClassName
{
background-color: #FF241B;
}
.BgClassName
{
background-color: #FF241B;
}
</style>
border-color css
<style>
span { border-color: #FF241B; }
span { border-color: rgb(255,36,27); }
td.TdClassName
{
border-color: #FF241B;
}
.TagClassName
{
border-color: #FF241B;
}
</style>