Shades of Alizarin #FD3238
Tints of Alizarin #FD3238
RGB
CMYK
RGB Variations
Color information
#FD3238 (or 0xFD3238) is known color: Alizarin. HEX triplet: FD, 32 and 38. RGB value is (253,50,56). Sum of RGB (Red+Green+Blue) = 253+50+56=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3238 is #02CDC7. Grayscale: #6F6F6F. Windows color (decimal): -183752 or 3683069. OLE color: 3683069.
HSL color Cylindrical-coordinate representation of color #FD3238: hue angle of 358.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3238 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 56 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.01 |
| HSL | 358.23º | 0.98% | 0.59% | - |
| HSV(B) | 358.23º | 0.8% | 0.99% | - |
| XYZ | 42.36 | 23.45 | 6.03 | - |
| YUV | 111.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 56 | 0 | 0.80 | 0.78 | 0.01 | 358.23 | 0.98 | 0.59 |
| Hex | FD | 32 | 38 | 0 | 50 | 4E | 1 | 166 | 62 | 3B |
| Octal | 375 | 62 | 70 | 0 | 120 | 116 | 1 | 546 | 142 | 73 |
| Binary | 11111101 | 110010 | 111000 | 0 | 1010000 | 1001110 | 1 | 101100110 | 1100010 | 111011 |
Color Harmonies of #FD3238
Complementary color
Monochromatic Colors of #FD3238
Black with #FD3238
Text Example
Text Example
White with #FD3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3238; }
p { color: rgb(253,50,56); }
H1.HeaderClassName
{
color: #FD3238;
}
.AnyTagClassName
{
color: #FD3238;
}
</style>
background-color css
<style>
a { background-color: #FD3238; }
a { background-color: rgb(253,50,56); }
div.DivClassName
{
background-color: #FD3238;
}
.BgClassName
{
background-color: #FD3238;
}
</style>
border-color css
<style>
span { border-color: #FD3238; }
span { border-color: rgb(253,50,56); }
td.TdClassName
{
border-color: #FD3238;
}
.TagClassName
{
border-color: #FD3238;
}
</style>