Shades of Alizarin #FD2D2F
Tints of Alizarin #FD2D2F
RGB
CMYK
RGB Variations
Color information
#FD2D2F (or 0xFD2D2F) is known color: Alizarin. HEX triplet: FD, 2D and 2F. RGB value is (253,45,47). Sum of RGB (Red+Green+Blue) = 253+45+47=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2D2F is #02D2D0. Grayscale: #6B6B6B. Windows color (decimal): -185041 or 3091965. OLE color: 3091965.
HSL color Cylindrical-coordinate representation of color #FD2D2F: hue angle of 359.42º 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 #FD2D2F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 47 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.01 |
| HSL | 359.42º | 0.98% | 0.58% | - |
| HSV(B) | 359.42º | 0.82% | 0.99% | - |
| XYZ | 41.96 | 22.96 | 4.91 | - |
| YUV | 107.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 47 | 0 | 0.82 | 0.81 | 0.01 | 359.42 | 0.98 | 0.58 |
| Hex | FD | 2D | 2F | 0 | 52 | 51 | 1 | 167 | 62 | 3A |
| Octal | 375 | 55 | 57 | 0 | 122 | 121 | 1 | 547 | 142 | 72 |
| Binary | 11111101 | 101101 | 101111 | 0 | 1010010 | 1010001 | 1 | 101100111 | 1100010 | 111010 |
Color Harmonies of #FD2D2F
Complementary color
Monochromatic Colors of #FD2D2F
Black with #FD2D2F
Text Example
Text Example
White with #FD2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D2F; }
p { color: rgb(253,45,47); }
H1.HeaderClassName
{
color: #FD2D2F;
}
.AnyTagClassName
{
color: #FD2D2F;
}
</style>
background-color css
<style>
a { background-color: #FD2D2F; }
a { background-color: rgb(253,45,47); }
div.DivClassName
{
background-color: #FD2D2F;
}
.BgClassName
{
background-color: #FD2D2F;
}
</style>
border-color css
<style>
span { border-color: #FD2D2F; }
span { border-color: rgb(253,45,47); }
td.TdClassName
{
border-color: #FD2D2F;
}
.TagClassName
{
border-color: #FD2D2F;
}
</style>