Shades of Scarlet #F32320
Tints of Scarlet #F32320
RGB
CMYK
RGB Variations
Color information
#F32320 (or 0xF32320) is known color: Scarlet. HEX triplet: F3, 23 and 20. RGB value is (243,35,32). Sum of RGB (Red+Green+Blue) = 243+35+32=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F32320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32320 is #0CDCDF. Grayscale: #616161. Windows color (decimal): -842976 or 2106355. OLE color: 2106355.
HSL color Cylindrical-coordinate representation of color #F32320: hue angle of 0.85º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32320 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 32 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.05 |
| HSL | 0.85º | 0.9% | 0.54% | - |
| HSV(B) | 0.85º | 0.87% | 0.95% | - |
| XYZ | 37.82 | 20.36 | 3.3 | - |
| YUV | 96.85 | 91.41 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 32 | 0 | 0.86 | 0.87 | 0.05 | 0.85 | 0.9 | 0.54 |
| Hex | F3 | 23 | 20 | 0 | 56 | 57 | 5 | 1 | 5A | 36 |
| Octal | 363 | 43 | 40 | 0 | 126 | 127 | 5 | 1 | 132 | 66 |
| Binary | 11110011 | 100011 | 100000 | 0 | 1010110 | 1010111 | 101 | 1 | 1011010 | 110110 |
Color Harmonies of #F32320
Complementary color
Monochromatic Colors of #F32320
Black with #F32320
Text Example
Text Example
White with #F32320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32320; }
p { color: rgb(243,35,32); }
H1.HeaderClassName
{
color: #F32320;
}
.AnyTagClassName
{
color: #F32320;
}
</style>
background-color css
<style>
a { background-color: #F32320; }
a { background-color: rgb(243,35,32); }
div.DivClassName
{
background-color: #F32320;
}
.BgClassName
{
background-color: #F32320;
}
</style>
border-color css
<style>
span { border-color: #F32320; }
span { border-color: rgb(243,35,32); }
td.TdClassName
{
border-color: #F32320;
}
.TagClassName
{
border-color: #F32320;
}
</style>