Shades of Alizarin #F92D3D
Tints of Alizarin #F92D3D
RGB
CMYK
RGB Variations
Color information
#F92D3D (or 0xF92D3D) is known color: Alizarin. HEX triplet: F9, 2D and 3D. RGB value is (249,45,61). Sum of RGB (Red+Green+Blue) = 249+45+61=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D3D is #06D2C2. Grayscale: #6B6B6B. Windows color (decimal): -447171 or 4009465. OLE color: 4009465.
HSL color Cylindrical-coordinate representation of color #F92D3D: hue angle of 355.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.29º | 0.94% | 0.58% | - |
| HSV(B) | 355.29º | 0.82% | 0.98% | - |
| XYZ | 40.85 | 22.35 | 6.58 | - |
| YUV | 107.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 61 | 0 | 0.82 | 0.76 | 0.02 | 355.29 | 0.94 | 0.58 |
| Hex | F9 | 2D | 3D | 0 | 52 | 4C | 2 | 163 | 5E | 3A |
| Octal | 371 | 55 | 75 | 0 | 122 | 114 | 2 | 543 | 136 | 72 |
| Binary | 11111001 | 101101 | 111101 | 0 | 1010010 | 1001100 | 10 | 101100011 | 1011110 | 111010 |
Color Harmonies of #F92D3D
Complementary color
Monochromatic Colors of #F92D3D
Black with #F92D3D
Text Example
Text Example
White with #F92D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D3D; }
p { color: rgb(249,45,61); }
H1.HeaderClassName
{
color: #F92D3D;
}
.AnyTagClassName
{
color: #F92D3D;
}
</style>
background-color css
<style>
a { background-color: #F92D3D; }
a { background-color: rgb(249,45,61); }
div.DivClassName
{
background-color: #F92D3D;
}
.BgClassName
{
background-color: #F92D3D;
}
</style>
border-color css
<style>
span { border-color: #F92D3D; }
span { border-color: rgb(249,45,61); }
td.TdClassName
{
border-color: #F92D3D;
}
.TagClassName
{
border-color: #F92D3D;
}
</style>