Shades of Scarlet #FF3205
Tints of Scarlet #FF3205
RGB
CMYK
RGB Variations
Color information
#FF3205 (or 0xFF3205) is known color: Scarlet. HEX triplet: FF, 32 and 05. RGB value is (255,50,5). Sum of RGB (Red+Green+Blue) = 255+50+5=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3205 is #00CDFA. Grayscale: #6A6A6A. Windows color (decimal): -52731 or 340735. OLE color: 340735.
HSL color Cylindrical-coordinate representation of color #FF3205: hue angle of 10.8º 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 #FF3205 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0 |
| HSL | 10.8º | 1% | 0.51% | - |
| HSV(B) | 10.8º | 0.98% | 1% | - |
| XYZ | 42.41 | 23.55 | 2.45 | - |
| YUV | 106.17 | 70.92 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 5 | 0 | 0.80 | 0.98 | 0 | 10.8 | 1 | 0.51 |
| Hex | FF | 32 | 5 | 0 | 50 | 62 | 0 | B | 64 | 33 |
| Octal | 377 | 62 | 5 | 0 | 120 | 142 | 0 | 13 | 144 | 63 |
| Binary | 11111111 | 110010 | 101 | 0 | 1010000 | 1100010 | 0 | 1011 | 1100100 | 110011 |
Color Harmonies of #FF3205
Complementary color
Monochromatic Colors of #FF3205
Black with #FF3205
Text Example
Text Example
White with #FF3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3205; }
p { color: rgb(255,50,5); }
H1.HeaderClassName
{
color: #FF3205;
}
.AnyTagClassName
{
color: #FF3205;
}
</style>
background-color css
<style>
a { background-color: #FF3205; }
a { background-color: rgb(255,50,5); }
div.DivClassName
{
background-color: #FF3205;
}
.BgClassName
{
background-color: #FF3205;
}
</style>
border-color css
<style>
span { border-color: #FF3205; }
span { border-color: rgb(255,50,5); }
td.TdClassName
{
border-color: #FF3205;
}
.TagClassName
{
border-color: #FF3205;
}
</style>