Shades of Scarlet #F32D0F
Tints of Scarlet #F32D0F
RGB
CMYK
RGB Variations
Color information
#F32D0F (or 0xF32D0F) is known color: Scarlet. HEX triplet: F3, 2D and 0F. RGB value is (243,45,15). Sum of RGB (Red+Green+Blue) = 243+45+15=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32D0F is #0CD2F0. Grayscale: #656565. Windows color (decimal): -840433 or 994803. OLE color: 994803.
HSL color Cylindrical-coordinate representation of color #F32D0F: hue angle of 7.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F32D0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.05 |
| HSL | 7.89º | 0.9% | 0.51% | - |
| HSV(B) | 7.89º | 0.94% | 0.95% | - |
| XYZ | 37.99 | 20.97 | 2.5 | - |
| YUV | 100.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 15 | 0 | 0.81 | 0.94 | 0.05 | 7.89 | 0.9 | 0.51 |
| Hex | F3 | 2D | F | 0 | 51 | 5E | 5 | 8 | 5A | 33 |
| Octal | 363 | 55 | 17 | 0 | 121 | 136 | 5 | 10 | 132 | 63 |
| Binary | 11110011 | 101101 | 1111 | 0 | 1010001 | 1011110 | 101 | 1000 | 1011010 | 110011 |
Color Harmonies of #F32D0F
Complementary color
Monochromatic Colors of #F32D0F
Black with #F32D0F
Text Example
Text Example
White with #F32D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D0F; }
p { color: rgb(243,45,15); }
H1.HeaderClassName
{
color: #F32D0F;
}
.AnyTagClassName
{
color: #F32D0F;
}
</style>
background-color css
<style>
a { background-color: #F32D0F; }
a { background-color: rgb(243,45,15); }
div.DivClassName
{
background-color: #F32D0F;
}
.BgClassName
{
background-color: #F32D0F;
}
</style>
border-color css
<style>
span { border-color: #F32D0F; }
span { border-color: rgb(243,45,15); }
td.TdClassName
{
border-color: #F32D0F;
}
.TagClassName
{
border-color: #F32D0F;
}
</style>