Shades of Scarlet #FF3408
Tints of Scarlet #FF3408
RGB
CMYK
RGB Variations
Color information
#FF3408 (or 0xFF3408) is known color: Scarlet. HEX triplet: FF, 34 and 08. RGB value is (255,52,8). Sum of RGB (Red+Green+Blue) = 255+52+8=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3408 is #00CBF7. Grayscale: #6C6C6C. Windows color (decimal): -52216 or 537855. OLE color: 537855.
HSL color Cylindrical-coordinate representation of color #FF3408: hue angle of 10.69º 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 #FF3408 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 8 | - |
| CMYK | 0 | 0.80 | 0.97 | 0 |
| HSL | 10.69º | 1% | 0.52% | - |
| HSV(B) | 10.69º | 0.97% | 1% | - |
| XYZ | 42.51 | 23.73 | 2.57 | - |
| YUV | 107.68 | 71.75 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 8 | 0 | 0.80 | 0.97 | 0 | 10.69 | 1 | 0.52 |
| Hex | FF | 34 | 8 | 0 | 50 | 61 | 0 | B | 64 | 34 |
| Octal | 377 | 64 | 10 | 0 | 120 | 141 | 0 | 13 | 144 | 64 |
| Binary | 11111111 | 110100 | 1000 | 0 | 1010000 | 1100001 | 0 | 1011 | 1100100 | 110100 |
Color Harmonies of #FF3408
Complementary color
Monochromatic Colors of #FF3408
Black with #FF3408
Text Example
Text Example
White with #FF3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3408; }
p { color: rgb(255,52,8); }
H1.HeaderClassName
{
color: #FF3408;
}
.AnyTagClassName
{
color: #FF3408;
}
</style>
background-color css
<style>
a { background-color: #FF3408; }
a { background-color: rgb(255,52,8); }
div.DivClassName
{
background-color: #FF3408;
}
.BgClassName
{
background-color: #FF3408;
}
</style>
border-color css
<style>
span { border-color: #FF3408; }
span { border-color: rgb(255,52,8); }
td.TdClassName
{
border-color: #FF3408;
}
.TagClassName
{
border-color: #FF3408;
}
</style>