Shades of Alizarin #FD2D2E
Tints of Alizarin #FD2D2E
RGB
CMYK
RGB Variations
Color information
#FD2D2E (or 0xFD2D2E) is known color: Alizarin. HEX triplet: FD, 2D and 2E. RGB value is (253,45,46). Sum of RGB (Red+Green+Blue) = 253+45+46=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D2E is #02D2D1. Grayscale: #6B6B6B. Windows color (decimal): -185042 or 3026429. OLE color: 3026429.
HSL color Cylindrical-coordinate representation of color #FD2D2E: hue angle of 359.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D2E is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 46 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.01 |
| HSL | 359.71º | 0.98% | 0.58% | - |
| HSV(B) | 359.71º | 0.82% | 0.99% | - |
| XYZ | 41.94 | 22.96 | 4.81 | - |
| YUV | 107.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 46 | 0 | 0.82 | 0.82 | 0.01 | 359.71 | 0.98 | 0.58 |
| Hex | FD | 2D | 2E | 0 | 52 | 52 | 1 | 168 | 62 | 3A |
| Octal | 375 | 55 | 56 | 0 | 122 | 122 | 1 | 550 | 142 | 72 |
| Binary | 11111101 | 101101 | 101110 | 0 | 1010010 | 1010010 | 1 | 101101000 | 1100010 | 111010 |
Color Harmonies of #FD2D2E
Complementary color
Monochromatic Colors of #FD2D2E
Black with #FD2D2E
Text Example
Text Example
White with #FD2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D2E; }
p { color: rgb(253,45,46); }
H1.HeaderClassName
{
color: #FD2D2E;
}
.AnyTagClassName
{
color: #FD2D2E;
}
</style>
background-color css
<style>
a { background-color: #FD2D2E; }
a { background-color: rgb(253,45,46); }
div.DivClassName
{
background-color: #FD2D2E;
}
.BgClassName
{
background-color: #FD2D2E;
}
</style>
border-color css
<style>
span { border-color: #FD2D2E; }
span { border-color: rgb(253,45,46); }
td.TdClassName
{
border-color: #FD2D2E;
}
.TagClassName
{
border-color: #FD2D2E;
}
</style>