Shades of Scarlet #FF3407
Tints of Scarlet #FF3407
RGB
CMYK
RGB Variations
Color information
#FF3407 (or 0xFF3407) is known color: Scarlet. HEX triplet: FF, 34 and 07. RGB value is (255,52,7). Sum of RGB (Red+Green+Blue) = 255+52+7=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3407 is #00CBF8. Grayscale: #6B6B6B. Windows color (decimal): -52217 or 472319. OLE color: 472319.
HSL color Cylindrical-coordinate representation of color #FF3407: hue angle of 10.89º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF3407 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 7 | - |
| CMYK | 0 | 0.80 | 0.97 | 0 |
| HSL | 10.89º | 1% | 0.51% | - |
| HSV(B) | 10.89º | 0.97% | 1% | - |
| XYZ | 42.51 | 23.73 | 2.54 | - |
| YUV | 107.57 | 71.25 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 7 | 0 | 0.80 | 0.97 | 0 | 10.89 | 1 | 0.51 |
| Hex | FF | 34 | 7 | 0 | 50 | 61 | 0 | B | 64 | 33 |
| Octal | 377 | 64 | 7 | 0 | 120 | 141 | 0 | 13 | 144 | 63 |
| Binary | 11111111 | 110100 | 111 | 0 | 1010000 | 1100001 | 0 | 1011 | 1100100 | 110011 |
Color Harmonies of #FF3407
Complementary color
Monochromatic Colors of #FF3407
Black with #FF3407
Text Example
Text Example
White with #FF3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3407; }
p { color: rgb(255,52,7); }
H1.HeaderClassName
{
color: #FF3407;
}
.AnyTagClassName
{
color: #FF3407;
}
</style>
background-color css
<style>
a { background-color: #FF3407; }
a { background-color: rgb(255,52,7); }
div.DivClassName
{
background-color: #FF3407;
}
.BgClassName
{
background-color: #FF3407;
}
</style>
border-color css
<style>
span { border-color: #FF3407; }
span { border-color: rgb(255,52,7); }
td.TdClassName
{
border-color: #FF3407;
}
.TagClassName
{
border-color: #FF3407;
}
</style>