Shades of Scarlet #F31E1D
Tints of Scarlet #F31E1D
RGB
CMYK
RGB Variations
Color information
#F31E1D (or 0xF31E1D) is known color: Scarlet. HEX triplet: F3, 1E and 1D. RGB value is (243,30,29). Sum of RGB (Red+Green+Blue) = 243+30+29=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E1D is #0CE1E2. Grayscale: #5D5D5D. Windows color (decimal): -844259 or 1908467. OLE color: 1908467.
HSL color Cylindrical-coordinate representation of color #F31E1D: hue angle of 0.28º 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 #F31E1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.05 |
| HSL | 0.28º | 0.9% | 0.53% | - |
| HSV(B) | 0.28º | 0.88% | 0.95% | - |
| XYZ | 37.65 | 20.07 | 3.05 | - |
| YUV | 93.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 29 | 0 | 0.88 | 0.88 | 0.05 | 0.28 | 0.9 | 0.53 |
| Hex | F3 | 1E | 1D | 0 | 58 | 58 | 5 | 0 | 5A | 35 |
| Octal | 363 | 36 | 35 | 0 | 130 | 130 | 5 | 0 | 132 | 65 |
| Binary | 11110011 | 11110 | 11101 | 0 | 1011000 | 1011000 | 101 | 0 | 1011010 | 110101 |
Color Harmonies of #F31E1D
Complementary color
Monochromatic Colors of #F31E1D
Black with #F31E1D
Text Example
Text Example
White with #F31E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E1D; }
p { color: rgb(243,30,29); }
H1.HeaderClassName
{
color: #F31E1D;
}
.AnyTagClassName
{
color: #F31E1D;
}
</style>
background-color css
<style>
a { background-color: #F31E1D; }
a { background-color: rgb(243,30,29); }
div.DivClassName
{
background-color: #F31E1D;
}
.BgClassName
{
background-color: #F31E1D;
}
</style>
border-color css
<style>
span { border-color: #F31E1D; }
span { border-color: rgb(243,30,29); }
td.TdClassName
{
border-color: #F31E1D;
}
.TagClassName
{
border-color: #F31E1D;
}
</style>