Shades of Scarlet #F31D1D
Tints of Scarlet #F31D1D
RGB
CMYK
RGB Variations
Color information
#F31D1D (or 0xF31D1D) is known color: Scarlet. HEX triplet: F3, 1D and 1D. RGB value is (243,29,29). Sum of RGB (Red+Green+Blue) = 243+29+29=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31D1D is #0CE2E2. Grayscale: #5D5D5D. Windows color (decimal): -844515 or 1908211. OLE color: 1908211.
HSL color Cylindrical-coordinate representation of color #F31D1D: hue angle of 0º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.05 |
| HSL | 0º | 0.9% | 0.53% | - |
| HSV(B) | 0º | 0.88% | 0.95% | - |
| XYZ | 37.62 | 20.02 | 3.04 | - |
| YUV | 92.99 | 91.9 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 29 | 0 | 0.88 | 0.88 | 0.05 | 0 | 0.9 | 0.53 |
| Hex | F3 | 1D | 1D | 0 | 58 | 58 | 5 | 0 | 5A | 35 |
| Octal | 363 | 35 | 35 | 0 | 130 | 130 | 5 | 0 | 132 | 65 |
| Binary | 11110011 | 11101 | 11101 | 0 | 1011000 | 1011000 | 101 | 0 | 1011010 | 110101 |
Color Harmonies of #F31D1D
Complementary color
Monochromatic Colors of #F31D1D
Black with #F31D1D
Text Example
Text Example
White with #F31D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D1D; }
p { color: rgb(243,29,29); }
H1.HeaderClassName
{
color: #F31D1D;
}
.AnyTagClassName
{
color: #F31D1D;
}
</style>
background-color css
<style>
a { background-color: #F31D1D; }
a { background-color: rgb(243,29,29); }
div.DivClassName
{
background-color: #F31D1D;
}
.BgClassName
{
background-color: #F31D1D;
}
</style>
border-color css
<style>
span { border-color: #F31D1D; }
span { border-color: rgb(243,29,29); }
td.TdClassName
{
border-color: #F31D1D;
}
.TagClassName
{
border-color: #F31D1D;
}
</style>