Shades of Scarlet #FF3401
Tints of Scarlet #FF3401
RGB
CMYK
RGB Variations
Color information
#FF3401 (or 0xFF3401) is known color: Scarlet. HEX triplet: FF, 34 and 01. RGB value is (255,52,1). Sum of RGB (Red+Green+Blue) = 255+52+1=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3401 is #00CBFE. Grayscale: #6B6B6B. Windows color (decimal): -52223 or 79103. OLE color: 79103.
HSL color Cylindrical-coordinate representation of color #FF3401: hue angle of 12.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF3401 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0 |
| HSL | 12.05º | 1% | 0.5% | - |
| HSV(B) | 12.05º | 1% | 1% | - |
| XYZ | 42.47 | 23.72 | 2.37 | - |
| YUV | 106.88 | 68.25 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 1 | 0 | 0.80 | 1.00 | 0 | 12.05 | 1 | 0.5 |
| Hex | FF | 34 | 1 | 0 | 50 | 64 | 0 | C | 64 | 32 |
| Octal | 377 | 64 | 1 | 0 | 120 | 144 | 0 | 14 | 144 | 62 |
| Binary | 11111111 | 110100 | 1 | 0 | 1010000 | 1100100 | 0 | 1100 | 1100100 | 110010 |
Color Harmonies of #FF3401
Complementary color
Monochromatic Colors of #FF3401
Black with #FF3401
Text Example
Text Example
White with #FF3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3401; }
p { color: rgb(255,52,1); }
H1.HeaderClassName
{
color: #FF3401;
}
.AnyTagClassName
{
color: #FF3401;
}
</style>
background-color css
<style>
a { background-color: #FF3401; }
a { background-color: rgb(255,52,1); }
div.DivClassName
{
background-color: #FF3401;
}
.BgClassName
{
background-color: #FF3401;
}
</style>
border-color css
<style>
span { border-color: #FF3401; }
span { border-color: rgb(255,52,1); }
td.TdClassName
{
border-color: #FF3401;
}
.TagClassName
{
border-color: #FF3401;
}
</style>