Shades of Scarlet #FF2618
Tints of Scarlet #FF2618
RGB
CMYK
RGB Variations
Color information
#FF2618 (or 0xFF2618) is known color: Scarlet. HEX triplet: FF, 26 and 18. RGB value is (255,38,24). Sum of RGB (Red+Green+Blue) = 255+38+24=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2618 is #00D9E7. Grayscale: #656565. Windows color (decimal): -55784 or 1582847. OLE color: 1582847.
HSL color Cylindrical-coordinate representation of color #FF2618: hue angle of 3.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF2618 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 24 | - |
| CMYK | 0 | 0.85 | 0.91 | 0 |
| HSL | 3.64º | 1% | 0.55% | - |
| HSV(B) | 3.64º | 0.91% | 1% | - |
| XYZ | 42.1 | 22.71 | 3.03 | - |
| YUV | 101.29 | 84.39 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 24 | 0 | 0.85 | 0.91 | 0 | 3.64 | 1 | 0.55 |
| Hex | FF | 26 | 18 | 0 | 55 | 5B | 0 | 4 | 64 | 37 |
| Octal | 377 | 46 | 30 | 0 | 125 | 133 | 0 | 4 | 144 | 67 |
| Binary | 11111111 | 100110 | 11000 | 0 | 1010101 | 1011011 | 0 | 100 | 1100100 | 110111 |
Color Harmonies of #FF2618
Complementary color
Monochromatic Colors of #FF2618
Black with #FF2618
Text Example
Text Example
White with #FF2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2618; }
p { color: rgb(255,38,24); }
H1.HeaderClassName
{
color: #FF2618;
}
.AnyTagClassName
{
color: #FF2618;
}
</style>
background-color css
<style>
a { background-color: #FF2618; }
a { background-color: rgb(255,38,24); }
div.DivClassName
{
background-color: #FF2618;
}
.BgClassName
{
background-color: #FF2618;
}
</style>
border-color css
<style>
span { border-color: #FF2618; }
span { border-color: rgb(255,38,24); }
td.TdClassName
{
border-color: #FF2618;
}
.TagClassName
{
border-color: #FF2618;
}
</style>