Shades of Alizarin #FD2B3C
Tints of Alizarin #FD2B3C
RGB
CMYK
RGB Variations
Color information
#FD2B3C (or 0xFD2B3C) is known color: Alizarin. HEX triplet: FD, 2B and 3C. RGB value is (253,43,60). Sum of RGB (Red+Green+Blue) = 253+43+60=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B3C is #02D4C3. Grayscale: #6B6B6B. Windows color (decimal): -185540 or 3943421. OLE color: 3943421.
HSL color Cylindrical-coordinate representation of color #FD2B3C: hue angle of 355.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 #FD2B3C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 60 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.01 |
| HSL | 355.14º | 0.98% | 0.58% | - |
| HSV(B) | 355.14º | 0.83% | 0.99% | - |
| XYZ | 42.19 | 22.94 | 6.48 | - |
| YUV | 107.73 | 101.07 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 60 | 0 | 0.83 | 0.76 | 0.01 | 355.14 | 0.98 | 0.58 |
| Hex | FD | 2B | 3C | 0 | 53 | 4C | 1 | 163 | 62 | 3A |
| Octal | 375 | 53 | 74 | 0 | 123 | 114 | 1 | 543 | 142 | 72 |
| Binary | 11111101 | 101011 | 111100 | 0 | 1010011 | 1001100 | 1 | 101100011 | 1100010 | 111010 |
Color Harmonies of #FD2B3C
Complementary color
Monochromatic Colors of #FD2B3C
Black with #FD2B3C
Text Example
Text Example
White with #FD2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B3C; }
p { color: rgb(253,43,60); }
H1.HeaderClassName
{
color: #FD2B3C;
}
.AnyTagClassName
{
color: #FD2B3C;
}
</style>
background-color css
<style>
a { background-color: #FD2B3C; }
a { background-color: rgb(253,43,60); }
div.DivClassName
{
background-color: #FD2B3C;
}
.BgClassName
{
background-color: #FD2B3C;
}
</style>
border-color css
<style>
span { border-color: #FD2B3C; }
span { border-color: rgb(253,43,60); }
td.TdClassName
{
border-color: #FD2B3C;
}
.TagClassName
{
border-color: #FD2B3C;
}
</style>