Shades of Scarlet #F3231D
Tints of Scarlet #F3231D
RGB
CMYK
RGB Variations
Color information
#F3231D (or 0xF3231D) is known color: Scarlet. HEX triplet: F3, 23 and 1D. RGB value is (243,35,29). Sum of RGB (Red+Green+Blue) = 243+35+29=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F3231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3231D is #0CDCE2. Grayscale: #606060. Windows color (decimal): -842979 or 1909747. OLE color: 1909747.
HSL color Cylindrical-coordinate representation of color #F3231D: hue angle of 1.68º 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 #F3231D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.05 |
| HSL | 1.68º | 0.9% | 0.53% | - |
| HSV(B) | 1.68º | 0.88% | 0.95% | - |
| XYZ | 37.78 | 20.35 | 3.1 | - |
| YUV | 96.51 | 89.91 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 29 | 0 | 0.86 | 0.88 | 0.05 | 1.68 | 0.9 | 0.53 |
| Hex | F3 | 23 | 1D | 0 | 56 | 58 | 5 | 2 | 5A | 35 |
| Octal | 363 | 43 | 35 | 0 | 126 | 130 | 5 | 2 | 132 | 65 |
| Binary | 11110011 | 100011 | 11101 | 0 | 1010110 | 1011000 | 101 | 10 | 1011010 | 110101 |
Color Harmonies of #F3231D
Complementary color
Monochromatic Colors of #F3231D
Black with #F3231D
Text Example
Text Example
White with #F3231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3231D; }
p { color: rgb(243,35,29); }
H1.HeaderClassName
{
color: #F3231D;
}
.AnyTagClassName
{
color: #F3231D;
}
</style>
background-color css
<style>
a { background-color: #F3231D; }
a { background-color: rgb(243,35,29); }
div.DivClassName
{
background-color: #F3231D;
}
.BgClassName
{
background-color: #F3231D;
}
</style>
border-color css
<style>
span { border-color: #F3231D; }
span { border-color: rgb(243,35,29); }
td.TdClassName
{
border-color: #F3231D;
}
.TagClassName
{
border-color: #F3231D;
}
</style>