Shades of Scarlet #F32E1B
Tints of Scarlet #F32E1B
RGB
CMYK
RGB Variations
Color information
#F32E1B (or 0xF32E1B) is known color: Scarlet. HEX triplet: F3, 2E and 1B. RGB value is (243,46,27). Sum of RGB (Red+Green+Blue) = 243+46+27=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E1B is #0CD1E4. Grayscale: #676767. Windows color (decimal): -840165 or 1781491. OLE color: 1781491.
HSL color Cylindrical-coordinate representation of color #F32E1B: hue angle of 5.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F32E1B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 27 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.05 |
| HSL | 5.28º | 0.9% | 0.53% | - |
| HSV(B) | 5.28º | 0.89% | 0.95% | - |
| XYZ | 38.14 | 21.09 | 3.1 | - |
| YUV | 102.74 | 85.27 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 27 | 0 | 0.81 | 0.89 | 0.05 | 5.28 | 0.9 | 0.53 |
| Hex | F3 | 2E | 1B | 0 | 51 | 59 | 5 | 5 | 5A | 35 |
| Octal | 363 | 56 | 33 | 0 | 121 | 131 | 5 | 5 | 132 | 65 |
| Binary | 11110011 | 101110 | 11011 | 0 | 1010001 | 1011001 | 101 | 101 | 1011010 | 110101 |
Color Harmonies of #F32E1B
Complementary color
Monochromatic Colors of #F32E1B
Black with #F32E1B
Text Example
Text Example
White with #F32E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E1B; }
p { color: rgb(243,46,27); }
H1.HeaderClassName
{
color: #F32E1B;
}
.AnyTagClassName
{
color: #F32E1B;
}
</style>
background-color css
<style>
a { background-color: #F32E1B; }
a { background-color: rgb(243,46,27); }
div.DivClassName
{
background-color: #F32E1B;
}
.BgClassName
{
background-color: #F32E1B;
}
</style>
border-color css
<style>
span { border-color: #F32E1B; }
span { border-color: rgb(243,46,27); }
td.TdClassName
{
border-color: #F32E1B;
}
.TagClassName
{
border-color: #F32E1B;
}
</style>