Shades of Scarlet #FF3206
Tints of Scarlet #FF3206
RGB
CMYK
RGB Variations
Color information
#FF3206 (or 0xFF3206) is known color: Scarlet. HEX triplet: FF, 32 and 06. RGB value is (255,50,6). Sum of RGB (Red+Green+Blue) = 255+50+6=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3206 is #00CDF9. Grayscale: #6A6A6A. Windows color (decimal): -52730 or 406271. OLE color: 406271.
HSL color Cylindrical-coordinate representation of color #FF3206: hue angle of 10.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3206 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0 |
| HSL | 10.6º | 1% | 0.51% | - |
| HSV(B) | 10.6º | 0.98% | 1% | - |
| XYZ | 42.41 | 23.55 | 2.48 | - |
| YUV | 106.28 | 71.42 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 6 | 0 | 0.80 | 0.98 | 0 | 10.6 | 1 | 0.51 |
| Hex | FF | 32 | 6 | 0 | 50 | 62 | 0 | B | 64 | 33 |
| Octal | 377 | 62 | 6 | 0 | 120 | 142 | 0 | 13 | 144 | 63 |
| Binary | 11111111 | 110010 | 110 | 0 | 1010000 | 1100010 | 0 | 1011 | 1100100 | 110011 |
Color Harmonies of #FF3206
Complementary color
Monochromatic Colors of #FF3206
Black with #FF3206
Text Example
Text Example
White with #FF3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3206; }
p { color: rgb(255,50,6); }
H1.HeaderClassName
{
color: #FF3206;
}
.AnyTagClassName
{
color: #FF3206;
}
</style>
background-color css
<style>
a { background-color: #FF3206; }
a { background-color: rgb(255,50,6); }
div.DivClassName
{
background-color: #FF3206;
}
.BgClassName
{
background-color: #FF3206;
}
</style>
border-color css
<style>
span { border-color: #FF3206; }
span { border-color: rgb(255,50,6); }
td.TdClassName
{
border-color: #FF3206;
}
.TagClassName
{
border-color: #FF3206;
}
</style>