Shades of Scarlet #FF340B
Tints of Scarlet #FF340B
RGB
CMYK
RGB Variations
Color information
#FF340B (or 0xFF340B) is known color: Scarlet. HEX triplet: FF, 34 and 0B. RGB value is (255,52,11). Sum of RGB (Red+Green+Blue) = 255+52+11=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF340B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF340B is #00CBF4. Grayscale: #6C6C6C. Windows color (decimal): -52213 or 734463. OLE color: 734463.
HSL color Cylindrical-coordinate representation of color #FF340B: hue angle of 10.08º 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 #FF340B is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 11 | - |
| CMYK | 0 | 0.80 | 0.96 | 0 |
| HSL | 10.08º | 1% | 0.52% | - |
| HSV(B) | 10.08º | 0.96% | 1% | - |
| XYZ | 42.53 | 23.74 | 2.66 | - |
| YUV | 108.02 | 73.25 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 11 | 0 | 0.80 | 0.96 | 0 | 10.08 | 1 | 0.52 |
| Hex | FF | 34 | B | 0 | 50 | 60 | 0 | A | 64 | 34 |
| Octal | 377 | 64 | 13 | 0 | 120 | 140 | 0 | 12 | 144 | 64 |
| Binary | 11111111 | 110100 | 1011 | 0 | 1010000 | 1100000 | 0 | 1010 | 1100100 | 110100 |
Color Harmonies of #FF340B
Complementary color
Monochromatic Colors of #FF340B
Black with #FF340B
Text Example
Text Example
White with #FF340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF340B; }
p { color: rgb(255,52,11); }
H1.HeaderClassName
{
color: #FF340B;
}
.AnyTagClassName
{
color: #FF340B;
}
</style>
background-color css
<style>
a { background-color: #FF340B; }
a { background-color: rgb(255,52,11); }
div.DivClassName
{
background-color: #FF340B;
}
.BgClassName
{
background-color: #FF340B;
}
</style>
border-color css
<style>
span { border-color: #FF340B; }
span { border-color: rgb(255,52,11); }
td.TdClassName
{
border-color: #FF340B;
}
.TagClassName
{
border-color: #FF340B;
}
</style>