Shades of Scarlet #F32B19
Tints of Scarlet #F32B19
RGB
CMYK
RGB Variations
Color information
#F32B19 (or 0xF32B19) is known color: Scarlet. HEX triplet: F3, 2B and 19. RGB value is (243,43,25). Sum of RGB (Red+Green+Blue) = 243+43+25=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32B19 is #0CD4E6. Grayscale: #656565. Windows color (decimal): -840935 or 1649651. OLE color: 1649651.
HSL color Cylindrical-coordinate representation of color #F32B19: hue angle of 4.95º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F32B19 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 25 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.05 |
| HSL | 4.95º | 0.9% | 0.53% | - |
| HSV(B) | 4.95º | 0.9% | 0.95% | - |
| XYZ | 38 | 20.85 | 2.94 | - |
| YUV | 100.75 | 85.26 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 25 | 0 | 0.82 | 0.90 | 0.05 | 4.95 | 0.9 | 0.53 |
| Hex | F3 | 2B | 19 | 0 | 52 | 5A | 5 | 5 | 5A | 35 |
| Octal | 363 | 53 | 31 | 0 | 122 | 132 | 5 | 5 | 132 | 65 |
| Binary | 11110011 | 101011 | 11001 | 0 | 1010010 | 1011010 | 101 | 101 | 1011010 | 110101 |
Color Harmonies of #F32B19
Complementary color
Monochromatic Colors of #F32B19
Black with #F32B19
Text Example
Text Example
White with #F32B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B19; }
p { color: rgb(243,43,25); }
H1.HeaderClassName
{
color: #F32B19;
}
.AnyTagClassName
{
color: #F32B19;
}
</style>
background-color css
<style>
a { background-color: #F32B19; }
a { background-color: rgb(243,43,25); }
div.DivClassName
{
background-color: #F32B19;
}
.BgClassName
{
background-color: #F32B19;
}
</style>
border-color css
<style>
span { border-color: #F32B19; }
span { border-color: rgb(243,43,25); }
td.TdClassName
{
border-color: #F32B19;
}
.TagClassName
{
border-color: #F32B19;
}
</style>