Shades of Scarlet #F32A0C
Tints of Scarlet #F32A0C
RGB
CMYK
RGB Variations
Color information
#F32A0C (or 0xF32A0C) is known color: Scarlet. HEX triplet: F3, 2A and 0C. RGB value is (243,42,12). Sum of RGB (Red+Green+Blue) = 243+42+12=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A0C is #0CD5F3. Grayscale: #626262. Windows color (decimal): -841204 or 797427. OLE color: 797427.
HSL color Cylindrical-coordinate representation of color #F32A0C: hue angle of 7.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F32A0C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.05 |
| HSL | 7.79º | 0.91% | 0.5% | - |
| HSV(B) | 7.79º | 0.95% | 0.95% | - |
| XYZ | 37.86 | 20.74 | 2.36 | - |
| YUV | 98.68 | 79.09 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 12 | 0 | 0.83 | 0.95 | 0.05 | 7.79 | 0.91 | 0.5 |
| Hex | F3 | 2A | C | 0 | 53 | 5F | 5 | 8 | 5B | 32 |
| Octal | 363 | 52 | 14 | 0 | 123 | 137 | 5 | 10 | 133 | 62 |
| Binary | 11110011 | 101010 | 1100 | 0 | 1010011 | 1011111 | 101 | 1000 | 1011011 | 110010 |
Color Harmonies of #F32A0C
Complementary color
Monochromatic Colors of #F32A0C
Black with #F32A0C
Text Example
Text Example
White with #F32A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A0C; }
p { color: rgb(243,42,12); }
H1.HeaderClassName
{
color: #F32A0C;
}
.AnyTagClassName
{
color: #F32A0C;
}
</style>
background-color css
<style>
a { background-color: #F32A0C; }
a { background-color: rgb(243,42,12); }
div.DivClassName
{
background-color: #F32A0C;
}
.BgClassName
{
background-color: #F32A0C;
}
</style>
border-color css
<style>
span { border-color: #F32A0C; }
span { border-color: rgb(243,42,12); }
td.TdClassName
{
border-color: #F32A0C;
}
.TagClassName
{
border-color: #F32A0C;
}
</style>