Shades of Scarlet #F32500
Tints of Scarlet #F32500
RGB
CMYK
RGB Variations
Color information
#F32500 (or 0xF32500) is known color: Scarlet. HEX triplet: F3, 25 and 00. RGB value is (243,37,0). Sum of RGB (Red+Green+Blue) = 243+37+0=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F32500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32500 is #0CDAFF. Grayscale: #5E5E5E. Windows color (decimal): -842496 or 9715. OLE color: 9715.
HSL color Cylindrical-coordinate representation of color #F32500: hue angle of 9.14º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F32500 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.05 |
| HSL | 9.14º | 1% | 0.48% | - |
| HSV(B) | 9.14º | 1% | 0.95% | - |
| XYZ | 37.62 | 20.38 | 1.95 | - |
| YUV | 94.38 | 74.75 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 0 | 0 | 0.85 | 1 | 0.05 | 9.14 | 1 | 0.48 |
| Hex | F3 | 25 | 0 | 0 | 55 | 64 | 5 | 9 | 64 | 30 |
| Octal | 363 | 45 | 0 | 0 | 125 | 144 | 5 | 11 | 144 | 60 |
| Binary | 11110011 | 100101 | 0 | 0 | 1010101 | 1100100 | 101 | 1001 | 1100100 | 110000 |
Color Harmonies of #F32500
Complementary color
Monochromatic Colors of #F32500
Black with #F32500
Text Example
Text Example
White with #F32500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32500; }
p { color: rgb(243,37,0); }
H1.HeaderClassName
{
color: #F32500;
}
.AnyTagClassName
{
color: #F32500;
}
</style>
background-color css
<style>
a { background-color: #F32500; }
a { background-color: rgb(243,37,0); }
div.DivClassName
{
background-color: #F32500;
}
.BgClassName
{
background-color: #F32500;
}
</style>
border-color css
<style>
span { border-color: #F32500; }
span { border-color: rgb(243,37,0); }
td.TdClassName
{
border-color: #F32500;
}
.TagClassName
{
border-color: #F32500;
}
</style>