Shades of Scarlet #FF3314
Tints of Scarlet #FF3314
RGB
CMYK
RGB Variations
Color information
#FF3314 (or 0xFF3314) is known color: Scarlet. HEX triplet: FF, 33 and 14. RGB value is (255,51,20). Sum of RGB (Red+Green+Blue) = 255+51+20=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3314 is #00CCEB. Grayscale: #6C6C6C. Windows color (decimal): -52460 or 1324031. OLE color: 1324031.
HSL color Cylindrical-coordinate representation of color #FF3314: hue angle of 7.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF3314 is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 20 | - |
| CMYK | 0 | 0.8 | 0.92 | 0 |
| HSL | 7.91º | 1% | 0.54% | - |
| HSV(B) | 7.91º | 0.92% | 1% | - |
| XYZ | 42.55 | 23.68 | 2.99 | - |
| YUV | 108.46 | 78.09 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 20 | 0 | 0.8 | 0.92 | 0 | 7.91 | 1 | 0.54 |
| Hex | FF | 33 | 14 | 0 | 50 | 5C | 0 | 8 | 64 | 36 |
| Octal | 377 | 63 | 24 | 0 | 120 | 134 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110011 | 10100 | 0 | 1010000 | 1011100 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3314
Complementary color
Monochromatic Colors of #FF3314
Black with #FF3314
Text Example
Text Example
White with #FF3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3314; }
p { color: rgb(255,51,20); }
H1.HeaderClassName
{
color: #FF3314;
}
.AnyTagClassName
{
color: #FF3314;
}
</style>
background-color css
<style>
a { background-color: #FF3314; }
a { background-color: rgb(255,51,20); }
div.DivClassName
{
background-color: #FF3314;
}
.BgClassName
{
background-color: #FF3314;
}
</style>
border-color css
<style>
span { border-color: #FF3314; }
span { border-color: rgb(255,51,20); }
td.TdClassName
{
border-color: #FF3314;
}
.TagClassName
{
border-color: #FF3314;
}
</style>