Shades of Scarlet #F32303
Tints of Scarlet #F32303
RGB
CMYK
RGB Variations
Color information
#F32303 (or 0xF32303) is known color: Scarlet. HEX triplet: F3, 23 and 03. RGB value is (243,35,3). Sum of RGB (Red+Green+Blue) = 243+35+3=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F32303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32303 is #0CDCFC. Grayscale: #5D5D5D. Windows color (decimal): -843005 or 205811. OLE color: 205811.
HSL color Cylindrical-coordinate representation of color #F32303: hue angle of 8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F32303 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.05 |
| HSL | 8º | 0.98% | 0.48% | - |
| HSV(B) | 8º | 0.99% | 0.95% | - |
| XYZ | 37.58 | 20.26 | 2.02 | - |
| YUV | 93.54 | 76.91 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 3 | 0 | 0.86 | 0.99 | 0.05 | 8 | 0.98 | 0.48 |
| Hex | F3 | 23 | 3 | 0 | 56 | 63 | 5 | 8 | 62 | 30 |
| Octal | 363 | 43 | 3 | 0 | 126 | 143 | 5 | 10 | 142 | 60 |
| Binary | 11110011 | 100011 | 11 | 0 | 1010110 | 1100011 | 101 | 1000 | 1100010 | 110000 |
Color Harmonies of #F32303
Complementary color
Monochromatic Colors of #F32303
Black with #F32303
Text Example
Text Example
White with #F32303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32303; }
p { color: rgb(243,35,3); }
H1.HeaderClassName
{
color: #F32303;
}
.AnyTagClassName
{
color: #F32303;
}
</style>
background-color css
<style>
a { background-color: #F32303; }
a { background-color: rgb(243,35,3); }
div.DivClassName
{
background-color: #F32303;
}
.BgClassName
{
background-color: #F32303;
}
</style>
border-color css
<style>
span { border-color: #F32303; }
span { border-color: rgb(243,35,3); }
td.TdClassName
{
border-color: #F32303;
}
.TagClassName
{
border-color: #F32303;
}
</style>