Shades of Alizarin #FD283D
Tints of Alizarin #FD283D
RGB
CMYK
RGB Variations
Color information
#FD283D (or 0xFD283D) is known color: Alizarin. HEX triplet: FD, 28 and 3D. RGB value is (253,40,61). Sum of RGB (Red+Green+Blue) = 253+40+61=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD283D is #02D7C2. Grayscale: #6A6A6A. Windows color (decimal): -186307 or 4008189. OLE color: 4008189.
HSL color Cylindrical-coordinate representation of color #FD283D: hue angle of 354.08º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD283D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 61 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.01 |
| HSL | 354.08º | 0.98% | 0.57% | - |
| HSV(B) | 354.08º | 0.84% | 0.99% | - |
| XYZ | 42.11 | 22.74 | 6.58 | - |
| YUV | 106.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 61 | 0 | 0.84 | 0.76 | 0.01 | 354.08 | 0.98 | 0.57 |
| Hex | FD | 28 | 3D | 0 | 54 | 4C | 1 | 162 | 62 | 39 |
| Octal | 375 | 50 | 75 | 0 | 124 | 114 | 1 | 542 | 142 | 71 |
| Binary | 11111101 | 101000 | 111101 | 0 | 1010100 | 1001100 | 1 | 101100010 | 1100010 | 111001 |
Color Harmonies of #FD283D
Complementary color
Monochromatic Colors of #FD283D
Black with #FD283D
Text Example
Text Example
White with #FD283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD283D; }
p { color: rgb(253,40,61); }
H1.HeaderClassName
{
color: #FD283D;
}
.AnyTagClassName
{
color: #FD283D;
}
</style>
background-color css
<style>
a { background-color: #FD283D; }
a { background-color: rgb(253,40,61); }
div.DivClassName
{
background-color: #FD283D;
}
.BgClassName
{
background-color: #FD283D;
}
</style>
border-color css
<style>
span { border-color: #FD283D; }
span { border-color: rgb(253,40,61); }
td.TdClassName
{
border-color: #FD283D;
}
.TagClassName
{
border-color: #FD283D;
}
</style>