Shades of Scarlet #F32B0B
Tints of Scarlet #F32B0B
RGB
CMYK
RGB Variations
Color information
#F32B0B (or 0xF32B0B) is known color: Scarlet. HEX triplet: F3, 2B and 0B. RGB value is (243,43,11). Sum of RGB (Red+Green+Blue) = 243+43+11=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32B0B is #0CD4F4. Grayscale: #636363. Windows color (decimal): -840949 or 732147. OLE color: 732147.
HSL color Cylindrical-coordinate representation of color #F32B0B: hue angle of 8.28º 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 #F32B0B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.05 |
| HSL | 8.28º | 0.91% | 0.5% | - |
| HSV(B) | 8.28º | 0.95% | 0.95% | - |
| XYZ | 37.89 | 20.81 | 2.34 | - |
| YUV | 99.15 | 78.26 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 11 | 0 | 0.82 | 0.95 | 0.05 | 8.28 | 0.91 | 0.5 |
| Hex | F3 | 2B | B | 0 | 52 | 5F | 5 | 8 | 5B | 32 |
| Octal | 363 | 53 | 13 | 0 | 122 | 137 | 5 | 10 | 133 | 62 |
| Binary | 11110011 | 101011 | 1011 | 0 | 1010010 | 1011111 | 101 | 1000 | 1011011 | 110010 |
Color Harmonies of #F32B0B
Complementary color
Monochromatic Colors of #F32B0B
Black with #F32B0B
Text Example
Text Example
White with #F32B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B0B; }
p { color: rgb(243,43,11); }
H1.HeaderClassName
{
color: #F32B0B;
}
.AnyTagClassName
{
color: #F32B0B;
}
</style>
background-color css
<style>
a { background-color: #F32B0B; }
a { background-color: rgb(243,43,11); }
div.DivClassName
{
background-color: #F32B0B;
}
.BgClassName
{
background-color: #F32B0B;
}
</style>
border-color css
<style>
span { border-color: #F32B0B; }
span { border-color: rgb(243,43,11); }
td.TdClassName
{
border-color: #F32B0B;
}
.TagClassName
{
border-color: #F32B0B;
}
</style>