Shades of Scarlet #F32A1A
Tints of Scarlet #F32A1A
RGB
CMYK
RGB Variations
Color information
#F32A1A (or 0xF32A1A) is known color: Scarlet. HEX triplet: F3, 2A and 1A. RGB value is (243,42,26). Sum of RGB (Red+Green+Blue) = 243+42+26=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A1A is #0CD5E5. Grayscale: #646464. Windows color (decimal): -841190 or 1714931. OLE color: 1714931.
HSL color Cylindrical-coordinate representation of color #F32A1A: hue angle of 4.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F32A1A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.05 |
| HSL | 4.42º | 0.9% | 0.53% | - |
| HSV(B) | 4.42º | 0.89% | 0.95% | - |
| XYZ | 37.98 | 20.79 | 2.99 | - |
| YUV | 100.28 | 86.09 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 26 | 0 | 0.83 | 0.89 | 0.05 | 4.42 | 0.9 | 0.53 |
| Hex | F3 | 2A | 1A | 0 | 53 | 59 | 5 | 4 | 5A | 35 |
| Octal | 363 | 52 | 32 | 0 | 123 | 131 | 5 | 4 | 132 | 65 |
| Binary | 11110011 | 101010 | 11010 | 0 | 1010011 | 1011001 | 101 | 100 | 1011010 | 110101 |
Color Harmonies of #F32A1A
Complementary color
Monochromatic Colors of #F32A1A
Black with #F32A1A
Text Example
Text Example
White with #F32A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A1A; }
p { color: rgb(243,42,26); }
H1.HeaderClassName
{
color: #F32A1A;
}
.AnyTagClassName
{
color: #F32A1A;
}
</style>
background-color css
<style>
a { background-color: #F32A1A; }
a { background-color: rgb(243,42,26); }
div.DivClassName
{
background-color: #F32A1A;
}
.BgClassName
{
background-color: #F32A1A;
}
</style>
border-color css
<style>
span { border-color: #F32A1A; }
span { border-color: rgb(243,42,26); }
td.TdClassName
{
border-color: #F32A1A;
}
.TagClassName
{
border-color: #F32A1A;
}
</style>