Shades of Scarlet #FF350B
Tints of Scarlet #FF350B
RGB
CMYK
RGB Variations
Color information
#FF350B (or 0xFF350B) is known color: Scarlet. HEX triplet: FF, 35 and 0B. RGB value is (255,53,11). Sum of RGB (Red+Green+Blue) = 255+53+11=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF350B is #00CAF4. Grayscale: #6C6C6C. Windows color (decimal): -51957 or 734719. OLE color: 734719.
HSL color Cylindrical-coordinate representation of color #FF350B: hue angle of 10.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF350B is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 11 | - |
| CMYK | 0 | 0.79 | 0.96 | 0 |
| HSL | 10.33º | 1% | 0.52% | - |
| HSV(B) | 10.33º | 0.96% | 1% | - |
| XYZ | 42.57 | 23.83 | 2.67 | - |
| YUV | 108.61 | 72.92 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 11 | 0 | 0.79 | 0.96 | 0 | 10.33 | 1 | 0.52 |
| Hex | FF | 35 | B | 0 | 4F | 60 | 0 | A | 64 | 34 |
| Octal | 377 | 65 | 13 | 0 | 117 | 140 | 0 | 12 | 144 | 64 |
| Binary | 11111111 | 110101 | 1011 | 0 | 1001111 | 1100000 | 0 | 1010 | 1100100 | 110100 |
Color Harmonies of #FF350B
Complementary color
Monochromatic Colors of #FF350B
Black with #FF350B
Text Example
Text Example
White with #FF350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF350B; }
p { color: rgb(255,53,11); }
H1.HeaderClassName
{
color: #FF350B;
}
.AnyTagClassName
{
color: #FF350B;
}
</style>
background-color css
<style>
a { background-color: #FF350B; }
a { background-color: rgb(255,53,11); }
div.DivClassName
{
background-color: #FF350B;
}
.BgClassName
{
background-color: #FF350B;
}
</style>
border-color css
<style>
span { border-color: #FF350B; }
span { border-color: rgb(255,53,11); }
td.TdClassName
{
border-color: #FF350B;
}
.TagClassName
{
border-color: #FF350B;
}
</style>