Shades of Alizarin #FF3738
Tints of Alizarin #FF3738
RGB
CMYK
RGB Variations
Color information
#FF3738 (or 0xFF3738) is known color: Alizarin. HEX triplet: FF, 37 and 38. RGB value is (255,55,56). Sum of RGB (Red+Green+Blue) = 255+55+56=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3738 is #00C8C7. Grayscale: #737373. Windows color (decimal): -51400 or 3684351. OLE color: 3684351.
HSL color Cylindrical-coordinate representation of color #FF3738: hue angle of 359.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3738 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 56 | - |
| CMYK | 0 | 0.78 | 0.78 | 0 |
| HSL | 359.7º | 1% | 0.61% | - |
| HSV(B) | 359.7º | 0.78% | 1% | - |
| XYZ | 43.32 | 24.28 | 6.14 | - |
| YUV | 114.91 | 94.76 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 56 | 0 | 0.78 | 0.78 | 0 | 359.7 | 1 | 0.61 |
| Hex | FF | 37 | 38 | 0 | 4E | 4E | 0 | 168 | 64 | 3D |
| Octal | 377 | 67 | 70 | 0 | 116 | 116 | 0 | 550 | 144 | 75 |
| Binary | 11111111 | 110111 | 111000 | 0 | 1001110 | 1001110 | 0 | 101101000 | 1100100 | 111101 |
Color Harmonies of #FF3738
Complementary color
Monochromatic Colors of #FF3738
Black with #FF3738
Text Example
Text Example
White with #FF3738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3738; }
p { color: rgb(255,55,56); }
H1.HeaderClassName
{
color: #FF3738;
}
.AnyTagClassName
{
color: #FF3738;
}
</style>
background-color css
<style>
a { background-color: #FF3738; }
a { background-color: rgb(255,55,56); }
div.DivClassName
{
background-color: #FF3738;
}
.BgClassName
{
background-color: #FF3738;
}
</style>
border-color css
<style>
span { border-color: #FF3738; }
span { border-color: rgb(255,55,56); }
td.TdClassName
{
border-color: #FF3738;
}
.TagClassName
{
border-color: #FF3738;
}
</style>