Shades of Scarlet #FF3312
Tints of Scarlet #FF3312
RGB
CMYK
RGB Variations
Color information
#FF3312 (or 0xFF3312) is known color: Scarlet. HEX triplet: FF, 33 and 12. RGB value is (255,51,18). Sum of RGB (Red+Green+Blue) = 255+51+18=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3312 is #00CCED. Grayscale: #6C6C6C. Windows color (decimal): -52462 or 1192959. OLE color: 1192959.
HSL color Cylindrical-coordinate representation of color #FF3312: hue angle of 8.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF3312 is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 18 | - |
| CMYK | 0 | 0.8 | 0.93 | 0 |
| HSL | 8.35º | 1% | 0.54% | - |
| HSV(B) | 8.35º | 0.93% | 1% | - |
| XYZ | 42.53 | 23.67 | 2.9 | - |
| YUV | 108.23 | 77.09 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 18 | 0 | 0.8 | 0.93 | 0 | 8.35 | 1 | 0.54 |
| Hex | FF | 33 | 12 | 0 | 50 | 5D | 0 | 8 | 64 | 36 |
| Octal | 377 | 63 | 22 | 0 | 120 | 135 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110011 | 10010 | 0 | 1010000 | 1011101 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3312
Complementary color
Monochromatic Colors of #FF3312
Black with #FF3312
Text Example
Text Example
White with #FF3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3312; }
p { color: rgb(255,51,18); }
H1.HeaderClassName
{
color: #FF3312;
}
.AnyTagClassName
{
color: #FF3312;
}
</style>
background-color css
<style>
a { background-color: #FF3312; }
a { background-color: rgb(255,51,18); }
div.DivClassName
{
background-color: #FF3312;
}
.BgClassName
{
background-color: #FF3312;
}
</style>
border-color css
<style>
span { border-color: #FF3312; }
span { border-color: rgb(255,51,18); }
td.TdClassName
{
border-color: #FF3312;
}
.TagClassName
{
border-color: #FF3312;
}
</style>