Shades of Scarlet #FF3208
Tints of Scarlet #FF3208
RGB
CMYK
RGB Variations
Color information
#FF3208 (or 0xFF3208) is known color: Scarlet. HEX triplet: FF, 32 and 08. RGB value is (255,50,8). Sum of RGB (Red+Green+Blue) = 255+50+8=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3208 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3208 is #00CDF7. Grayscale: #6A6A6A. Windows color (decimal): -52728 or 537343. OLE color: 537343.
HSL color Cylindrical-coordinate representation of color #FF3208: hue angle of 10.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF3208 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 8 | - |
| CMYK | 0 | 0.80 | 0.97 | 0 |
| HSL | 10.2º | 1% | 0.52% | - |
| HSV(B) | 10.2º | 0.97% | 1% | - |
| XYZ | 42.42 | 23.56 | 2.54 | - |
| YUV | 106.51 | 72.42 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 8 | 0 | 0.80 | 0.97 | 0 | 10.2 | 1 | 0.52 |
| Hex | FF | 32 | 8 | 0 | 50 | 61 | 0 | A | 64 | 34 |
| Octal | 377 | 62 | 10 | 0 | 120 | 141 | 0 | 12 | 144 | 64 |
| Binary | 11111111 | 110010 | 1000 | 0 | 1010000 | 1100001 | 0 | 1010 | 1100100 | 110100 |
Color Harmonies of #FF3208
Complementary color
Monochromatic Colors of #FF3208
Black with #FF3208
Text Example
Text Example
White with #FF3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3208; }
p { color: rgb(255,50,8); }
H1.HeaderClassName
{
color: #FF3208;
}
.AnyTagClassName
{
color: #FF3208;
}
</style>
background-color css
<style>
a { background-color: #FF3208; }
a { background-color: rgb(255,50,8); }
div.DivClassName
{
background-color: #FF3208;
}
.BgClassName
{
background-color: #FF3208;
}
</style>
border-color css
<style>
span { border-color: #FF3208; }
span { border-color: rgb(255,50,8); }
td.TdClassName
{
border-color: #FF3208;
}
.TagClassName
{
border-color: #FF3208;
}
</style>