Shades of Scarlet #F32C0B
Tints of Scarlet #F32C0B
RGB
CMYK
RGB Variations
Color information
#F32C0B (or 0xF32C0B) is known color: Scarlet. HEX triplet: F3, 2C and 0B. RGB value is (243,44,11). Sum of RGB (Red+Green+Blue) = 243+44+11=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C0B is #0CD3F4. Grayscale: #646464. Windows color (decimal): -840693 or 732403. OLE color: 732403.
HSL color Cylindrical-coordinate representation of color #F32C0B: hue angle of 8.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F32C0B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.05 |
| HSL | 8.53º | 0.91% | 0.5% | - |
| HSV(B) | 8.53º | 0.95% | 0.95% | - |
| XYZ | 37.92 | 20.88 | 2.35 | - |
| YUV | 99.74 | 77.93 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 11 | 0 | 0.82 | 0.95 | 0.05 | 8.53 | 0.91 | 0.5 |
| Hex | F3 | 2C | B | 0 | 52 | 5F | 5 | 9 | 5B | 32 |
| Octal | 363 | 54 | 13 | 0 | 122 | 137 | 5 | 11 | 133 | 62 |
| Binary | 11110011 | 101100 | 1011 | 0 | 1010010 | 1011111 | 101 | 1001 | 1011011 | 110010 |
Color Harmonies of #F32C0B
Complementary color
Monochromatic Colors of #F32C0B
Black with #F32C0B
Text Example
Text Example
White with #F32C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C0B; }
p { color: rgb(243,44,11); }
H1.HeaderClassName
{
color: #F32C0B;
}
.AnyTagClassName
{
color: #F32C0B;
}
</style>
background-color css
<style>
a { background-color: #F32C0B; }
a { background-color: rgb(243,44,11); }
div.DivClassName
{
background-color: #F32C0B;
}
.BgClassName
{
background-color: #F32C0B;
}
</style>
border-color css
<style>
span { border-color: #F32C0B; }
span { border-color: rgb(243,44,11); }
td.TdClassName
{
border-color: #F32C0B;
}
.TagClassName
{
border-color: #F32C0B;
}
</style>