Shades of Scarlet #FF3403
Tints of Scarlet #FF3403
RGB
CMYK
RGB Variations
Color information
#FF3403 (or 0xFF3403) is known color: Scarlet. HEX triplet: FF, 34 and 03. RGB value is (255,52,3). Sum of RGB (Red+Green+Blue) = 255+52+3=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3403 is #00CBFC. Grayscale: #6B6B6B. Windows color (decimal): -52221 or 210175. OLE color: 210175.
HSL color Cylindrical-coordinate representation of color #FF3403: hue angle of 11.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF3403 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0 |
| HSL | 11.67º | 1% | 0.51% | - |
| HSV(B) | 11.67º | 0.99% | 1% | - |
| XYZ | 42.48 | 23.72 | 2.43 | - |
| YUV | 107.11 | 69.25 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 3 | 0 | 0.80 | 0.99 | 0 | 11.67 | 1 | 0.51 |
| Hex | FF | 34 | 3 | 0 | 50 | 63 | 0 | C | 64 | 33 |
| Octal | 377 | 64 | 3 | 0 | 120 | 143 | 0 | 14 | 144 | 63 |
| Binary | 11111111 | 110100 | 11 | 0 | 1010000 | 1100011 | 0 | 1100 | 1100100 | 110011 |
Color Harmonies of #FF3403
Complementary color
Monochromatic Colors of #FF3403
Black with #FF3403
Text Example
Text Example
White with #FF3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3403; }
p { color: rgb(255,52,3); }
H1.HeaderClassName
{
color: #FF3403;
}
.AnyTagClassName
{
color: #FF3403;
}
</style>
background-color css
<style>
a { background-color: #FF3403; }
a { background-color: rgb(255,52,3); }
div.DivClassName
{
background-color: #FF3403;
}
.BgClassName
{
background-color: #FF3403;
}
</style>
border-color css
<style>
span { border-color: #FF3403; }
span { border-color: rgb(255,52,3); }
td.TdClassName
{
border-color: #FF3403;
}
.TagClassName
{
border-color: #FF3403;
}
</style>