Shades of Alizarin #FD373D
Tints of Alizarin #FD373D
RGB
CMYK
RGB Variations
Color information
#FD373D (or 0xFD373D) is known color: Alizarin. HEX triplet: FD, 37 and 3D. RGB value is (253,55,61). Sum of RGB (Red+Green+Blue) = 253+55+61=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD373D is #02C8C2. Grayscale: #737373. Windows color (decimal): -182467 or 4012029. OLE color: 4012029.
HSL color Cylindrical-coordinate representation of color #FD373D: hue angle of 358.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD373D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.01 |
| HSL | 358.18º | 0.98% | 0.6% | - |
| HSV(B) | 358.18º | 0.78% | 0.99% | - |
| XYZ | 42.72 | 23.95 | 6.79 | - |
| YUV | 114.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 61 | 0 | 0.78 | 0.76 | 0.01 | 358.18 | 0.98 | 0.6 |
| Hex | FD | 37 | 3D | 0 | 4E | 4C | 1 | 166 | 62 | 3C |
| Octal | 375 | 67 | 75 | 0 | 116 | 114 | 1 | 546 | 142 | 74 |
| Binary | 11111101 | 110111 | 111101 | 0 | 1001110 | 1001100 | 1 | 101100110 | 1100010 | 111100 |
Color Harmonies of #FD373D
Complementary color
Monochromatic Colors of #FD373D
Black with #FD373D
Text Example
Text Example
White with #FD373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD373D; }
p { color: rgb(253,55,61); }
H1.HeaderClassName
{
color: #FD373D;
}
.AnyTagClassName
{
color: #FD373D;
}
</style>
background-color css
<style>
a { background-color: #FD373D; }
a { background-color: rgb(253,55,61); }
div.DivClassName
{
background-color: #FD373D;
}
.BgClassName
{
background-color: #FD373D;
}
</style>
border-color css
<style>
span { border-color: #FD373D; }
span { border-color: rgb(253,55,61); }
td.TdClassName
{
border-color: #FD373D;
}
.TagClassName
{
border-color: #FD373D;
}
</style>