Shades of Alizarin #FD283C
Tints of Alizarin #FD283C
RGB
CMYK
RGB Variations
Color information
#FD283C (or 0xFD283C) is known color: Alizarin. HEX triplet: FD, 28 and 3C. RGB value is (253,40,60). Sum of RGB (Red+Green+Blue) = 253+40+60=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD283C is #02D7C3. Grayscale: #6A6A6A. Windows color (decimal): -186308 or 3942653. OLE color: 3942653.
HSL color Cylindrical-coordinate representation of color #FD283C: hue angle of 354.37º 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 #FD283C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.01 |
| HSL | 354.37º | 0.98% | 0.57% | - |
| HSV(B) | 354.37º | 0.84% | 0.99% | - |
| XYZ | 42.08 | 22.73 | 6.44 | - |
| YUV | 105.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 60 | 0 | 0.84 | 0.76 | 0.01 | 354.37 | 0.98 | 0.57 |
| Hex | FD | 28 | 3C | 0 | 54 | 4C | 1 | 162 | 62 | 39 |
| Octal | 375 | 50 | 74 | 0 | 124 | 114 | 1 | 542 | 142 | 71 |
| Binary | 11111101 | 101000 | 111100 | 0 | 1010100 | 1001100 | 1 | 101100010 | 1100010 | 111001 |
Color Harmonies of #FD283C
Complementary color
Monochromatic Colors of #FD283C
Black with #FD283C
Text Example
Text Example
White with #FD283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD283C; }
p { color: rgb(253,40,60); }
H1.HeaderClassName
{
color: #FD283C;
}
.AnyTagClassName
{
color: #FD283C;
}
</style>
background-color css
<style>
a { background-color: #FD283C; }
a { background-color: rgb(253,40,60); }
div.DivClassName
{
background-color: #FD283C;
}
.BgClassName
{
background-color: #FD283C;
}
</style>
border-color css
<style>
span { border-color: #FD283C; }
span { border-color: rgb(253,40,60); }
td.TdClassName
{
border-color: #FD283C;
}
.TagClassName
{
border-color: #FD283C;
}
</style>