Shades of Alizarin #FD2D3D
Tints of Alizarin #FD2D3D
RGB
CMYK
RGB Variations
Color information
#FD2D3D (or 0xFD2D3D) is known color: Alizarin. HEX triplet: FD, 2D and 3D. RGB value is (253,45,61). Sum of RGB (Red+Green+Blue) = 253+45+61=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D3D is #02D2C2. Grayscale: #6D6D6D. Windows color (decimal): -185027 or 4009469. OLE color: 4009469.
HSL color Cylindrical-coordinate representation of color #FD2D3D: hue angle of 355.38º 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 #FD2D3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.01 |
| HSL | 355.38º | 0.98% | 0.58% | - |
| HSV(B) | 355.38º | 0.82% | 0.99% | - |
| XYZ | 42.29 | 23.1 | 6.64 | - |
| YUV | 109.02 | 100.91 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 61 | 0 | 0.82 | 0.76 | 0.01 | 355.38 | 0.98 | 0.58 |
| Hex | FD | 2D | 3D | 0 | 52 | 4C | 1 | 163 | 62 | 3A |
| Octal | 375 | 55 | 75 | 0 | 122 | 114 | 1 | 543 | 142 | 72 |
| Binary | 11111101 | 101101 | 111101 | 0 | 1010010 | 1001100 | 1 | 101100011 | 1100010 | 111010 |
Color Harmonies of #FD2D3D
Complementary color
Monochromatic Colors of #FD2D3D
Black with #FD2D3D
Text Example
Text Example
White with #FD2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D3D; }
p { color: rgb(253,45,61); }
H1.HeaderClassName
{
color: #FD2D3D;
}
.AnyTagClassName
{
color: #FD2D3D;
}
</style>
background-color css
<style>
a { background-color: #FD2D3D; }
a { background-color: rgb(253,45,61); }
div.DivClassName
{
background-color: #FD2D3D;
}
.BgClassName
{
background-color: #FD2D3D;
}
</style>
border-color css
<style>
span { border-color: #FD2D3D; }
span { border-color: rgb(253,45,61); }
td.TdClassName
{
border-color: #FD2D3D;
}
.TagClassName
{
border-color: #FD2D3D;
}
</style>