Shades of Alizarin #F43D3E
Tints of Alizarin #F43D3E
RGB
CMYK
RGB Variations
Color information
#F43D3E (or 0xF43D3E) is known color: Alizarin. HEX triplet: F4, 3D and 3E. RGB value is (244,61,62). Sum of RGB (Red+Green+Blue) = 244+61+62=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F43D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43D3E is #0BC2C1. Grayscale: #747474. Windows color (decimal): -770754 or 4079092. OLE color: 4079092.
HSL color Cylindrical-coordinate representation of color #F43D3E: hue angle of 359.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43D3E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 61 | 62 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.04 |
| HSL | 359.67º | 0.89% | 0.6% | - |
| HSV(B) | 359.67º | 0.75% | 0.96% | - |
| XYZ | 39.85 | 22.92 | 6.88 | - |
| YUV | 115.83 | 97.63 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 61 | 62 | 0 | 0.75 | 0.75 | 0.04 | 359.67 | 0.89 | 0.6 |
| Hex | F4 | 3D | 3E | 0 | 4B | 4B | 4 | 168 | 59 | 3C |
| Octal | 364 | 75 | 76 | 0 | 113 | 113 | 4 | 550 | 131 | 74 |
| Binary | 11110100 | 111101 | 111110 | 0 | 1001011 | 1001011 | 100 | 101101000 | 1011001 | 111100 |
Color Harmonies of #F43D3E
Complementary color
Monochromatic Colors of #F43D3E
Black with #F43D3E
Text Example
Text Example
White with #F43D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43D3E; }
p { color: rgb(244,61,62); }
H1.HeaderClassName
{
color: #F43D3E;
}
.AnyTagClassName
{
color: #F43D3E;
}
</style>
background-color css
<style>
a { background-color: #F43D3E; }
a { background-color: rgb(244,61,62); }
div.DivClassName
{
background-color: #F43D3E;
}
.BgClassName
{
background-color: #F43D3E;
}
</style>
border-color css
<style>
span { border-color: #F43D3E; }
span { border-color: rgb(244,61,62); }
td.TdClassName
{
border-color: #F43D3E;
}
.TagClassName
{
border-color: #F43D3E;
}
</style>