Shades of Alizarin #FD393D
Tints of Alizarin #FD393D
RGB
CMYK
RGB Variations
Color information
#FD393D (or 0xFD393D) is known color: Alizarin. HEX triplet: FD, 39 and 3D. RGB value is (253,57,61). Sum of RGB (Red+Green+Blue) = 253+57+61=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD393D is #02C6C2. Grayscale: #747474. Windows color (decimal): -181955 or 4012541. OLE color: 4012541.
HSL color Cylindrical-coordinate representation of color #FD393D: hue angle of 358.78º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD393D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 61 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.01 |
| HSL | 358.78º | 0.98% | 0.61% | - |
| HSV(B) | 358.78º | 0.77% | 0.99% | - |
| XYZ | 42.81 | 24.15 | 6.82 | - |
| YUV | 116.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 61 | 0 | 0.77 | 0.76 | 0.01 | 358.78 | 0.98 | 0.61 |
| Hex | FD | 39 | 3D | 0 | 4D | 4C | 1 | 167 | 62 | 3D |
| Octal | 375 | 71 | 75 | 0 | 115 | 114 | 1 | 547 | 142 | 75 |
| Binary | 11111101 | 111001 | 111101 | 0 | 1001101 | 1001100 | 1 | 101100111 | 1100010 | 111101 |
Color Harmonies of #FD393D
Complementary color
Monochromatic Colors of #FD393D
Black with #FD393D
Text Example
Text Example
White with #FD393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD393D; }
p { color: rgb(253,57,61); }
H1.HeaderClassName
{
color: #FD393D;
}
.AnyTagClassName
{
color: #FD393D;
}
</style>
background-color css
<style>
a { background-color: #FD393D; }
a { background-color: rgb(253,57,61); }
div.DivClassName
{
background-color: #FD393D;
}
.BgClassName
{
background-color: #FD393D;
}
</style>
border-color css
<style>
span { border-color: #FD393D; }
span { border-color: rgb(253,57,61); }
td.TdClassName
{
border-color: #FD393D;
}
.TagClassName
{
border-color: #FD393D;
}
</style>