Shades of Alizarin #FD2B2E
Tints of Alizarin #FD2B2E
RGB
CMYK
RGB Variations
Color information
#FD2B2E (or 0xFD2B2E) is known color: Alizarin. HEX triplet: FD, 2B and 2E. RGB value is (253,43,46). Sum of RGB (Red+Green+Blue) = 253+43+46=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B2E is #02D4D1. Grayscale: #6A6A6A. Windows color (decimal): -185554 or 3025917. OLE color: 3025917.
HSL color Cylindrical-coordinate representation of color #FD2B2E: hue angle of 359.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2B2E is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 43 | 46 | - |
CMYK | 0 | 0.83 | 0.82 | 0.01 |
HSL | 359.14º | 0.98% | 0.58% | - |
HSV(B) | 359.14º | 0.83% | 0.99% | - |
XYZ | 41.87 | 22.81 | 4.78 | - |
YUV | 106.13 | 94.07 | 232.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 43 | 46 | 0 | 0.83 | 0.82 | 0.01 | 359.14 | 0.98 | 0.58 |
Hex | FD | 2B | 2E | 0 | 53 | 52 | 1 | 167 | 62 | 3A |
Octal | 375 | 53 | 56 | 0 | 123 | 122 | 1 | 547 | 142 | 72 |
Binary | 11111101 | 101011 | 101110 | 0 | 1010011 | 1010010 | 1 | 101100111 | 1100010 | 111010 |
Color Harmonies of #FD2B2E
Complementary color
Monochromatic Colors of #FD2B2E
Black with #FD2B2E
Text Example
Text Example
White with #FD2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B2E; }
p { color: rgb(253,43,46); }
H1.HeaderClassName
{
color: #FD2B2E;
}
.AnyTagClassName
{
color: #FD2B2E;
}
</style>
background-color css
<style>
a { background-color: #FD2B2E; }
a { background-color: rgb(253,43,46); }
div.DivClassName
{
background-color: #FD2B2E;
}
.BgClassName
{
background-color: #FD2B2E;
}
</style>
border-color css
<style>
span { border-color: #FD2B2E; }
span { border-color: rgb(253,43,46); }
td.TdClassName
{
border-color: #FD2B2E;
}
.TagClassName
{
border-color: #FD2B2E;
}
</style>