Shades of Scarlet #FF241A
Tints of Scarlet #FF241A
RGB
CMYK
RGB Variations
Color information
#FF241A (or 0xFF241A) is known color: Scarlet. HEX triplet: FF, 24 and 1A. RGB value is (255,36,26). Sum of RGB (Red+Green+Blue) = 255+36+26=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF241A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF241A is #00DBE5. Grayscale: #646464. Windows color (decimal): -56294 or 1713407. OLE color: 1713407.
HSL color Cylindrical-coordinate representation of color #FF241A: hue angle of 2.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF241A is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 26 | - |
| CMYK | 0 | 0.86 | 0.90 | 0 |
| HSL | 2.62º | 1% | 0.55% | - |
| HSV(B) | 2.62º | 0.9% | 1% | - |
| XYZ | 42.06 | 22.6 | 3.12 | - |
| YUV | 100.34 | 86.05 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 26 | 0 | 0.86 | 0.90 | 0 | 2.62 | 1 | 0.55 |
| Hex | FF | 24 | 1A | 0 | 56 | 5A | 0 | 3 | 64 | 37 |
| Octal | 377 | 44 | 32 | 0 | 126 | 132 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100100 | 11010 | 0 | 1010110 | 1011010 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF241A
Complementary color
Monochromatic Colors of #FF241A
Black with #FF241A
Text Example
Text Example
White with #FF241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF241A; }
p { color: rgb(255,36,26); }
H1.HeaderClassName
{
color: #FF241A;
}
.AnyTagClassName
{
color: #FF241A;
}
</style>
background-color css
<style>
a { background-color: #FF241A; }
a { background-color: rgb(255,36,26); }
div.DivClassName
{
background-color: #FF241A;
}
.BgClassName
{
background-color: #FF241A;
}
</style>
border-color css
<style>
span { border-color: #FF241A; }
span { border-color: rgb(255,36,26); }
td.TdClassName
{
border-color: #FF241A;
}
.TagClassName
{
border-color: #FF241A;
}
</style>