Shades of Scarlet #FF340F
Tints of Scarlet #FF340F
RGB
CMYK
RGB Variations
Color information
#FF340F (or 0xFF340F) is known color: Scarlet. HEX triplet: FF, 34 and 0F. RGB value is (255,52,15). Sum of RGB (Red+Green+Blue) = 255+52+15=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF340F is #00CBF0. Grayscale: #6C6C6C. Windows color (decimal): -52209 or 996607. OLE color: 996607.
HSL color Cylindrical-coordinate representation of color #FF340F: hue angle of 9.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF340F is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 15 | - |
| CMYK | 0 | 0.80 | 0.94 | 0 |
| HSL | 9.25º | 1% | 0.53% | - |
| HSV(B) | 9.25º | 0.94% | 1% | - |
| XYZ | 42.55 | 23.75 | 2.79 | - |
| YUV | 108.48 | 75.25 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 15 | 0 | 0.80 | 0.94 | 0 | 9.25 | 1 | 0.53 |
| Hex | FF | 34 | F | 0 | 50 | 5E | 0 | 9 | 64 | 35 |
| Octal | 377 | 64 | 17 | 0 | 120 | 136 | 0 | 11 | 144 | 65 |
| Binary | 11111111 | 110100 | 1111 | 0 | 1010000 | 1011110 | 0 | 1001 | 1100100 | 110101 |
Color Harmonies of #FF340F
Complementary color
Monochromatic Colors of #FF340F
Black with #FF340F
Text Example
Text Example
White with #FF340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF340F; }
p { color: rgb(255,52,15); }
H1.HeaderClassName
{
color: #FF340F;
}
.AnyTagClassName
{
color: #FF340F;
}
</style>
background-color css
<style>
a { background-color: #FF340F; }
a { background-color: rgb(255,52,15); }
div.DivClassName
{
background-color: #FF340F;
}
.BgClassName
{
background-color: #FF340F;
}
</style>
border-color css
<style>
span { border-color: #FF340F; }
span { border-color: rgb(255,52,15); }
td.TdClassName
{
border-color: #FF340F;
}
.TagClassName
{
border-color: #FF340F;
}
</style>