Shades of Scarlet #F32319
Tints of Scarlet #F32319
RGB
CMYK
RGB Variations
Color information
#F32319 (or 0xF32319) is known color: Scarlet. HEX triplet: F3, 23 and 19. RGB value is (243,35,25). Sum of RGB (Red+Green+Blue) = 243+35+25=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F32319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32319 is #0CDCE6. Grayscale: #606060. Windows color (decimal): -842983 or 1647603. OLE color: 1647603.
HSL color Cylindrical-coordinate representation of color #F32319: hue angle of 2.75º 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 #F32319 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.75º | 0.9% | 0.53% | - |
| HSV(B) | 2.75º | 0.9% | 0.95% | - |
| XYZ | 37.74 | 20.33 | 2.85 | - |
| YUV | 96.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 25 | 0 | 0.86 | 0.90 | 0.05 | 2.75 | 0.9 | 0.53 |
| Hex | F3 | 23 | 19 | 0 | 56 | 5A | 5 | 3 | 5A | 35 |
| Octal | 363 | 43 | 31 | 0 | 126 | 132 | 5 | 3 | 132 | 65 |
| Binary | 11110011 | 100011 | 11001 | 0 | 1010110 | 1011010 | 101 | 11 | 1011010 | 110101 |
Color Harmonies of #F32319
Complementary color
Monochromatic Colors of #F32319
Black with #F32319
Text Example
Text Example
White with #F32319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32319; }
p { color: rgb(243,35,25); }
H1.HeaderClassName
{
color: #F32319;
}
.AnyTagClassName
{
color: #F32319;
}
</style>
background-color css
<style>
a { background-color: #F32319; }
a { background-color: rgb(243,35,25); }
div.DivClassName
{
background-color: #F32319;
}
.BgClassName
{
background-color: #F32319;
}
</style>
border-color css
<style>
span { border-color: #F32319; }
span { border-color: rgb(243,35,25); }
td.TdClassName
{
border-color: #F32319;
}
.TagClassName
{
border-color: #F32319;
}
</style>