Shades of Scarlet #FF2609
Tints of Scarlet #FF2609
RGB
CMYK
RGB Variations
Color information
#FF2609 (or 0xFF2609) is known color: Scarlet. HEX triplet: FF, 26 and 09. RGB value is (255,38,9). Sum of RGB (Red+Green+Blue) = 255+38+9=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2609 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2609 is #00D9F6. Grayscale: #636363. Windows color (decimal): -55799 or 599807. OLE color: 599807.
HSL color Cylindrical-coordinate representation of color #FF2609: hue angle of 7.07º 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 #FF2609 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0 |
| HSL | 7.07º | 1% | 0.52% | - |
| HSV(B) | 7.07º | 0.96% | 1% | - |
| XYZ | 41.98 | 22.67 | 2.42 | - |
| YUV | 99.58 | 76.89 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 9 | 0 | 0.85 | 0.96 | 0 | 7.07 | 1 | 0.52 |
| Hex | FF | 26 | 9 | 0 | 55 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 46 | 11 | 0 | 125 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 100110 | 1001 | 0 | 1010101 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF2609
Complementary color
Monochromatic Colors of #FF2609
Black with #FF2609
Text Example
Text Example
White with #FF2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2609; }
p { color: rgb(255,38,9); }
H1.HeaderClassName
{
color: #FF2609;
}
.AnyTagClassName
{
color: #FF2609;
}
</style>
background-color css
<style>
a { background-color: #FF2609; }
a { background-color: rgb(255,38,9); }
div.DivClassName
{
background-color: #FF2609;
}
.BgClassName
{
background-color: #FF2609;
}
</style>
border-color css
<style>
span { border-color: #FF2609; }
span { border-color: rgb(255,38,9); }
td.TdClassName
{
border-color: #FF2609;
}
.TagClassName
{
border-color: #FF2609;
}
</style>