Shades of Alizarin #FD373E
Tints of Alizarin #FD373E
RGB
CMYK
RGB Variations
Color information
#FD373E (or 0xFD373E) is known color: Alizarin. HEX triplet: FD, 37 and 3E. RGB value is (253,55,62). Sum of RGB (Red+Green+Blue) = 253+55+62=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD373E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD373E is #02C8C1. Grayscale: #737373. Windows color (decimal): -182466 or 4077565. OLE color: 4077565.
HSL color Cylindrical-coordinate representation of color #FD373E: hue angle of 357.88º 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 #FD373E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 62 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.01 |
| HSL | 357.88º | 0.98% | 0.6% | - |
| HSV(B) | 357.88º | 0.78% | 0.99% | - |
| XYZ | 42.74 | 23.96 | 6.93 | - |
| YUV | 115 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 62 | 0 | 0.78 | 0.75 | 0.01 | 357.88 | 0.98 | 0.6 |
| Hex | FD | 37 | 3E | 0 | 4E | 4B | 1 | 166 | 62 | 3C |
| Octal | 375 | 67 | 76 | 0 | 116 | 113 | 1 | 546 | 142 | 74 |
| Binary | 11111101 | 110111 | 111110 | 0 | 1001110 | 1001011 | 1 | 101100110 | 1100010 | 111100 |
Color Harmonies of #FD373E
Complementary color
Monochromatic Colors of #FD373E
Black with #FD373E
Text Example
Text Example
White with #FD373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD373E; }
p { color: rgb(253,55,62); }
H1.HeaderClassName
{
color: #FD373E;
}
.AnyTagClassName
{
color: #FD373E;
}
</style>
background-color css
<style>
a { background-color: #FD373E; }
a { background-color: rgb(253,55,62); }
div.DivClassName
{
background-color: #FD373E;
}
.BgClassName
{
background-color: #FD373E;
}
</style>
border-color css
<style>
span { border-color: #FD373E; }
span { border-color: rgb(253,55,62); }
td.TdClassName
{
border-color: #FD373E;
}
.TagClassName
{
border-color: #FD373E;
}
</style>