Shades of Scarlet #F32F01
Tints of Scarlet #F32F01
RGB
CMYK
RGB Variations
Color information
#F32F01 (or 0xF32F01) is known color: Scarlet. HEX triplet: F3, 2F and 01. RGB value is (243,47,1). Sum of RGB (Red+Green+Blue) = 243+47+1=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F01 is #0CD0FE. Grayscale: #646464. Windows color (decimal): -839935 or 77811. OLE color: 77811.
HSL color Cylindrical-coordinate representation of color #F32F01: hue angle of 11.4º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F32F01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.05 |
| HSL | 11.4º | 0.99% | 0.48% | - |
| HSV(B) | 11.4º | 1% | 0.95% | - |
| XYZ | 37.98 | 21.09 | 2.1 | - |
| YUV | 100.36 | 71.93 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 1 | 0 | 0.81 | 1.00 | 0.05 | 11.4 | 0.99 | 0.48 |
| Hex | F3 | 2F | 1 | 0 | 51 | 64 | 5 | B | 63 | 30 |
| Octal | 363 | 57 | 1 | 0 | 121 | 144 | 5 | 13 | 143 | 60 |
| Binary | 11110011 | 101111 | 1 | 0 | 1010001 | 1100100 | 101 | 1011 | 1100011 | 110000 |
Color Harmonies of #F32F01
Complementary color
Monochromatic Colors of #F32F01
Black with #F32F01
Text Example
Text Example
White with #F32F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F01; }
p { color: rgb(243,47,1); }
H1.HeaderClassName
{
color: #F32F01;
}
.AnyTagClassName
{
color: #F32F01;
}
</style>
background-color css
<style>
a { background-color: #F32F01; }
a { background-color: rgb(243,47,1); }
div.DivClassName
{
background-color: #F32F01;
}
.BgClassName
{
background-color: #F32F01;
}
</style>
border-color css
<style>
span { border-color: #F32F01; }
span { border-color: rgb(243,47,1); }
td.TdClassName
{
border-color: #F32F01;
}
.TagClassName
{
border-color: #F32F01;
}
</style>