Shades of Scarlet #FF3209
Tints of Scarlet #FF3209
RGB
CMYK
RGB Variations
Color information
#FF3209 (or 0xFF3209) is known color: Scarlet. HEX triplet: FF, 32 and 09. RGB value is (255,50,9). Sum of RGB (Red+Green+Blue) = 255+50+9=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3209 is #00CDF6. Grayscale: #6A6A6A. Windows color (decimal): -52727 or 602879. OLE color: 602879.
HSL color Cylindrical-coordinate representation of color #FF3209: hue angle of 10º 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 #FF3209 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0 |
| HSL | 10º | 1% | 0.52% | - |
| HSV(B) | 10º | 0.96% | 1% | - |
| XYZ | 42.43 | 23.56 | 2.57 | - |
| YUV | 106.62 | 72.92 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 9 | 0 | 0.80 | 0.96 | 0 | 10 | 1 | 0.52 |
| Hex | FF | 32 | 9 | 0 | 50 | 60 | 0 | A | 64 | 34 |
| Octal | 377 | 62 | 11 | 0 | 120 | 140 | 0 | 12 | 144 | 64 |
| Binary | 11111111 | 110010 | 1001 | 0 | 1010000 | 1100000 | 0 | 1010 | 1100100 | 110100 |
Color Harmonies of #FF3209
Complementary color
Monochromatic Colors of #FF3209
Black with #FF3209
Text Example
Text Example
White with #FF3209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3209; }
p { color: rgb(255,50,9); }
H1.HeaderClassName
{
color: #FF3209;
}
.AnyTagClassName
{
color: #FF3209;
}
</style>
background-color css
<style>
a { background-color: #FF3209; }
a { background-color: rgb(255,50,9); }
div.DivClassName
{
background-color: #FF3209;
}
.BgClassName
{
background-color: #FF3209;
}
</style>
border-color css
<style>
span { border-color: #FF3209; }
span { border-color: rgb(255,50,9); }
td.TdClassName
{
border-color: #FF3209;
}
.TagClassName
{
border-color: #FF3209;
}
</style>