Shades of Alizarin #FF363F
Tints of Alizarin #FF363F
RGB
CMYK
RGB Variations
Color information
#FF363F (or 0xFF363F) is known color: Alizarin. HEX triplet: FF, 36 and 3F. RGB value is (255,54,63). Sum of RGB (Red+Green+Blue) = 255+54+63=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF363F is #00C9C0. Grayscale: #737373. Windows color (decimal): -51649 or 4142847. OLE color: 4142847.
HSL color Cylindrical-coordinate representation of color #FF363F: hue angle of 357.31º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF363F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0 |
| HSL | 357.31º | 1% | 0.61% | - |
| HSV(B) | 357.31º | 0.79% | 1% | - |
| XYZ | 43.46 | 24.26 | 7.09 | - |
| YUV | 115.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 63 | 0 | 0.79 | 0.75 | 0 | 357.31 | 1 | 0.61 |
| Hex | FF | 36 | 3F | 0 | 4F | 4B | 0 | 165 | 64 | 3D |
| Octal | 377 | 66 | 77 | 0 | 117 | 113 | 0 | 545 | 144 | 75 |
| Binary | 11111111 | 110110 | 111111 | 0 | 1001111 | 1001011 | 0 | 101100101 | 1100100 | 111101 |
Color Harmonies of #FF363F
Complementary color
Monochromatic Colors of #FF363F
Black with #FF363F
Text Example
Text Example
White with #FF363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF363F; }
p { color: rgb(255,54,63); }
H1.HeaderClassName
{
color: #FF363F;
}
.AnyTagClassName
{
color: #FF363F;
}
</style>
background-color css
<style>
a { background-color: #FF363F; }
a { background-color: rgb(255,54,63); }
div.DivClassName
{
background-color: #FF363F;
}
.BgClassName
{
background-color: #FF363F;
}
</style>
border-color css
<style>
span { border-color: #FF363F; }
span { border-color: rgb(255,54,63); }
td.TdClassName
{
border-color: #FF363F;
}
.TagClassName
{
border-color: #FF363F;
}
</style>