Shades of Scarlet #F32105
Tints of Scarlet #F32105
RGB
CMYK
RGB Variations
Color information
#F32105 (or 0xF32105) is known color: Scarlet. HEX triplet: F3, 21 and 05. RGB value is (243,33,5). Sum of RGB (Red+Green+Blue) = 243+33+5=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F32105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32105 is #0CDEFA. Grayscale: #5C5C5C. Windows color (decimal): -843515 or 336371. OLE color: 336371.
HSL color Cylindrical-coordinate representation of color #F32105: hue angle of 7.06º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F32105 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.05 |
| HSL | 7.06º | 0.96% | 0.49% | - |
| HSV(B) | 7.06º | 0.98% | 0.95% | - |
| XYZ | 37.53 | 20.15 | 2.06 | - |
| YUV | 92.6 | 78.57 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 5 | 0 | 0.86 | 0.98 | 0.05 | 7.06 | 0.96 | 0.49 |
| Hex | F3 | 21 | 5 | 0 | 56 | 62 | 5 | 7 | 60 | 31 |
| Octal | 363 | 41 | 5 | 0 | 126 | 142 | 5 | 7 | 140 | 61 |
| Binary | 11110011 | 100001 | 101 | 0 | 1010110 | 1100010 | 101 | 111 | 1100000 | 110001 |
Color Harmonies of #F32105
Complementary color
Monochromatic Colors of #F32105
Black with #F32105
Text Example
Text Example
White with #F32105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32105; }
p { color: rgb(243,33,5); }
H1.HeaderClassName
{
color: #F32105;
}
.AnyTagClassName
{
color: #F32105;
}
</style>
background-color css
<style>
a { background-color: #F32105; }
a { background-color: rgb(243,33,5); }
div.DivClassName
{
background-color: #F32105;
}
.BgClassName
{
background-color: #F32105;
}
</style>
border-color css
<style>
span { border-color: #F32105; }
span { border-color: rgb(243,33,5); }
td.TdClassName
{
border-color: #F32105;
}
.TagClassName
{
border-color: #F32105;
}
</style>