Shades of Alizarin #FF363D
Tints of Alizarin #FF363D
RGB
CMYK
RGB Variations
Color information
#FF363D (or 0xFF363D) is known color: Alizarin. HEX triplet: FF, 36 and 3D. RGB value is (255,54,61). Sum of RGB (Red+Green+Blue) = 255+54+61=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF363D is #00C9C2. Grayscale: #737373. Windows color (decimal): -51651 or 4011775. OLE color: 4011775.
HSL color Cylindrical-coordinate representation of color #FF363D: hue angle of 357.91º 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 #FF363D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 61 | - |
| CMYK | 0 | 0.79 | 0.76 | 0 |
| HSL | 357.91º | 1% | 0.61% | - |
| HSV(B) | 357.91º | 0.79% | 1% | - |
| XYZ | 43.4 | 24.24 | 6.81 | - |
| YUV | 114.9 | 97.59 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 61 | 0 | 0.79 | 0.76 | 0 | 357.91 | 1 | 0.61 |
| Hex | FF | 36 | 3D | 0 | 4F | 4C | 0 | 166 | 64 | 3D |
| Octal | 377 | 66 | 75 | 0 | 117 | 114 | 0 | 546 | 144 | 75 |
| Binary | 11111111 | 110110 | 111101 | 0 | 1001111 | 1001100 | 0 | 101100110 | 1100100 | 111101 |
Color Harmonies of #FF363D
Complementary color
Monochromatic Colors of #FF363D
Black with #FF363D
Text Example
Text Example
White with #FF363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF363D; }
p { color: rgb(255,54,61); }
H1.HeaderClassName
{
color: #FF363D;
}
.AnyTagClassName
{
color: #FF363D;
}
</style>
background-color css
<style>
a { background-color: #FF363D; }
a { background-color: rgb(255,54,61); }
div.DivClassName
{
background-color: #FF363D;
}
.BgClassName
{
background-color: #FF363D;
}
</style>
border-color css
<style>
span { border-color: #FF363D; }
span { border-color: rgb(255,54,61); }
td.TdClassName
{
border-color: #FF363D;
}
.TagClassName
{
border-color: #FF363D;
}
</style>