Shades of Scarlet #F32405
Tints of Scarlet #F32405
RGB
CMYK
RGB Variations
Color information
#F32405 (or 0xF32405) is known color: Scarlet. HEX triplet: F3, 24 and 05. RGB value is (243,36,5). Sum of RGB (Red+Green+Blue) = 243+36+5=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F32405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32405 is #0CDBFA. Grayscale: #5E5E5E. Windows color (decimal): -842747 or 337139. OLE color: 337139.
HSL color Cylindrical-coordinate representation of color #F32405: hue angle of 7.82º 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 #F32405 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.05 |
| HSL | 7.82º | 0.96% | 0.49% | - |
| HSV(B) | 7.82º | 0.98% | 0.95% | - |
| XYZ | 37.62 | 20.33 | 2.08 | - |
| YUV | 94.36 | 77.58 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 5 | 0 | 0.85 | 0.98 | 0.05 | 7.82 | 0.96 | 0.49 |
| Hex | F3 | 24 | 5 | 0 | 55 | 62 | 5 | 8 | 60 | 31 |
| Octal | 363 | 44 | 5 | 0 | 125 | 142 | 5 | 10 | 140 | 61 |
| Binary | 11110011 | 100100 | 101 | 0 | 1010101 | 1100010 | 101 | 1000 | 1100000 | 110001 |
Color Harmonies of #F32405
Complementary color
Monochromatic Colors of #F32405
Black with #F32405
Text Example
Text Example
White with #F32405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32405; }
p { color: rgb(243,36,5); }
H1.HeaderClassName
{
color: #F32405;
}
.AnyTagClassName
{
color: #F32405;
}
</style>
background-color css
<style>
a { background-color: #F32405; }
a { background-color: rgb(243,36,5); }
div.DivClassName
{
background-color: #F32405;
}
.BgClassName
{
background-color: #F32405;
}
</style>
border-color css
<style>
span { border-color: #F32405; }
span { border-color: rgb(243,36,5); }
td.TdClassName
{
border-color: #F32405;
}
.TagClassName
{
border-color: #F32405;
}
</style>