Shades of Scarlet #F32305
Tints of Scarlet #F32305
RGB
CMYK
RGB Variations
Color information
#F32305 (or 0xF32305) is known color: Scarlet. HEX triplet: F3, 23 and 05. RGB value is (243,35,5). Sum of RGB (Red+Green+Blue) = 243+35+5=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F32305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32305 is #0CDCFA. Grayscale: #5E5E5E. Windows color (decimal): -843003 or 336883. OLE color: 336883.
HSL color Cylindrical-coordinate representation of color #F32305: hue angle of 7.56º 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 #F32305 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.05 |
| HSL | 7.56º | 0.96% | 0.49% | - |
| HSV(B) | 7.56º | 0.98% | 0.95% | - |
| XYZ | 37.59 | 20.27 | 2.07 | - |
| YUV | 93.77 | 77.91 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 5 | 0 | 0.86 | 0.98 | 0.05 | 7.56 | 0.96 | 0.49 |
| Hex | F3 | 23 | 5 | 0 | 56 | 62 | 5 | 8 | 60 | 31 |
| Octal | 363 | 43 | 5 | 0 | 126 | 142 | 5 | 10 | 140 | 61 |
| Binary | 11110011 | 100011 | 101 | 0 | 1010110 | 1100010 | 101 | 1000 | 1100000 | 110001 |
Color Harmonies of #F32305
Complementary color
Monochromatic Colors of #F32305
Black with #F32305
Text Example
Text Example
White with #F32305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32305; }
p { color: rgb(243,35,5); }
H1.HeaderClassName
{
color: #F32305;
}
.AnyTagClassName
{
color: #F32305;
}
</style>
background-color css
<style>
a { background-color: #F32305; }
a { background-color: rgb(243,35,5); }
div.DivClassName
{
background-color: #F32305;
}
.BgClassName
{
background-color: #F32305;
}
</style>
border-color css
<style>
span { border-color: #F32305; }
span { border-color: rgb(243,35,5); }
td.TdClassName
{
border-color: #F32305;
}
.TagClassName
{
border-color: #F32305;
}
</style>