Shades of Scarlet #FF3405
Tints of Scarlet #FF3405
RGB
CMYK
RGB Variations
Color information
#FF3405 (or 0xFF3405) is known color: Scarlet. HEX triplet: FF, 34 and 05. RGB value is (255,52,5). Sum of RGB (Red+Green+Blue) = 255+52+5=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3405 is #00CBFA. Grayscale: #6B6B6B. Windows color (decimal): -52219 or 341247. OLE color: 341247.
HSL color Cylindrical-coordinate representation of color #FF3405: hue angle of 11.28º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF3405 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0 |
| HSL | 11.28º | 1% | 0.51% | - |
| HSV(B) | 11.28º | 0.98% | 1% | - |
| XYZ | 42.5 | 23.73 | 2.48 | - |
| YUV | 107.34 | 70.25 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 5 | 0 | 0.80 | 0.98 | 0 | 11.28 | 1 | 0.51 |
| Hex | FF | 34 | 5 | 0 | 50 | 62 | 0 | B | 64 | 33 |
| Octal | 377 | 64 | 5 | 0 | 120 | 142 | 0 | 13 | 144 | 63 |
| Binary | 11111111 | 110100 | 101 | 0 | 1010000 | 1100010 | 0 | 1011 | 1100100 | 110011 |
Color Harmonies of #FF3405
Complementary color
Monochromatic Colors of #FF3405
Black with #FF3405
Text Example
Text Example
White with #FF3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3405; }
p { color: rgb(255,52,5); }
H1.HeaderClassName
{
color: #FF3405;
}
.AnyTagClassName
{
color: #FF3405;
}
</style>
background-color css
<style>
a { background-color: #FF3405; }
a { background-color: rgb(255,52,5); }
div.DivClassName
{
background-color: #FF3405;
}
.BgClassName
{
background-color: #FF3405;
}
</style>
border-color css
<style>
span { border-color: #FF3405; }
span { border-color: rgb(255,52,5); }
td.TdClassName
{
border-color: #FF3405;
}
.TagClassName
{
border-color: #FF3405;
}
</style>