Shades of Alizarin #F13D3E
Tints of Alizarin #F13D3E
RGB
CMYK
RGB Variations
Color information
#F13D3E (or 0xF13D3E) is known color: Alizarin. HEX triplet: F1, 3D and 3E. RGB value is (241,61,62). Sum of RGB (Red+Green+Blue) = 241+61+62=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D3E is #0EC2C1. Grayscale: #737373. Windows color (decimal): -967362 or 4079089. OLE color: 4079089.
HSL color Cylindrical-coordinate representation of color #F13D3E: hue angle of 359.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13D3E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 62 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.05 |
| HSL | 359.67º | 0.87% | 0.59% | - |
| HSV(B) | 359.67º | 0.75% | 0.95% | - |
| XYZ | 38.81 | 22.39 | 6.83 | - |
| YUV | 114.93 | 98.13 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 62 | 0 | 0.75 | 0.74 | 0.05 | 359.67 | 0.87 | 0.59 |
| Hex | F1 | 3D | 3E | 0 | 4B | 4A | 5 | 168 | 57 | 3B |
| Octal | 361 | 75 | 76 | 0 | 113 | 112 | 5 | 550 | 127 | 73 |
| Binary | 11110001 | 111101 | 111110 | 0 | 1001011 | 1001010 | 101 | 101101000 | 1010111 | 111011 |
Color Harmonies of #F13D3E
Complementary color
Monochromatic Colors of #F13D3E
Black with #F13D3E
Text Example
Text Example
White with #F13D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D3E; }
p { color: rgb(241,61,62); }
H1.HeaderClassName
{
color: #F13D3E;
}
.AnyTagClassName
{
color: #F13D3E;
}
</style>
background-color css
<style>
a { background-color: #F13D3E; }
a { background-color: rgb(241,61,62); }
div.DivClassName
{
background-color: #F13D3E;
}
.BgClassName
{
background-color: #F13D3E;
}
</style>
border-color css
<style>
span { border-color: #F13D3E; }
span { border-color: rgb(241,61,62); }
td.TdClassName
{
border-color: #F13D3E;
}
.TagClassName
{
border-color: #F13D3E;
}
</style>