Shades of Alizarin #FD2F41
Tints of Alizarin #FD2F41
RGB
CMYK
RGB Variations
Color information
#FD2F41 (or 0xFD2F41) is known color: Alizarin. HEX triplet: FD, 2F and 41. RGB value is (253,47,65). Sum of RGB (Red+Green+Blue) = 253+47+65=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F41 is #02D0BE. Grayscale: #6E6E6E. Windows color (decimal): -184511 or 4272125. OLE color: 4272125.
HSL color Cylindrical-coordinate representation of color #FD2F41: hue angle of 354.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F41 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 65 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.01 |
| HSL | 354.76º | 0.98% | 0.59% | - |
| HSV(B) | 354.76º | 0.81% | 0.99% | - |
| XYZ | 42.48 | 23.3 | 7.26 | - |
| YUV | 110.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 65 | 0 | 0.81 | 0.74 | 0.01 | 354.76 | 0.98 | 0.59 |
| Hex | FD | 2F | 41 | 0 | 51 | 4A | 1 | 163 | 62 | 3B |
| Octal | 375 | 57 | 101 | 0 | 121 | 112 | 1 | 543 | 142 | 73 |
| Binary | 11111101 | 101111 | 1000001 | 0 | 1010001 | 1001010 | 1 | 101100011 | 1100010 | 111011 |
Color Harmonies of #FD2F41
Complementary color
Monochromatic Colors of #FD2F41
Black with #FD2F41
Text Example
Text Example
White with #FD2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F41; }
p { color: rgb(253,47,65); }
H1.HeaderClassName
{
color: #FD2F41;
}
.AnyTagClassName
{
color: #FD2F41;
}
</style>
background-color css
<style>
a { background-color: #FD2F41; }
a { background-color: rgb(253,47,65); }
div.DivClassName
{
background-color: #FD2F41;
}
.BgClassName
{
background-color: #FD2F41;
}
</style>
border-color css
<style>
span { border-color: #FD2F41; }
span { border-color: rgb(253,47,65); }
td.TdClassName
{
border-color: #FD2F41;
}
.TagClassName
{
border-color: #FD2F41;
}
</style>