Shades of Alizarin #FF393B
Tints of Alizarin #FF393B
RGB
CMYK
RGB Variations
Color information
#FF393B (or 0xFF393B) is known color: Alizarin. HEX triplet: FF, 39 and 3B. RGB value is (255,57,59). Sum of RGB (Red+Green+Blue) = 255+57+59=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF393B is #00C6C4. Grayscale: #747474. Windows color (decimal): -50885 or 3881471. OLE color: 3881471.
HSL color Cylindrical-coordinate representation of color #FF393B: hue angle of 359.39º 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 #FF393B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 59 | - |
| CMYK | 0 | 0.78 | 0.77 | 0 |
| HSL | 359.39º | 1% | 0.61% | - |
| HSV(B) | 359.39º | 0.78% | 1% | - |
| XYZ | 43.49 | 24.5 | 6.57 | - |
| YUV | 116.43 | 95.6 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 59 | 0 | 0.78 | 0.77 | 0 | 359.39 | 1 | 0.61 |
| Hex | FF | 39 | 3B | 0 | 4E | 4D | 0 | 167 | 64 | 3D |
| Octal | 377 | 71 | 73 | 0 | 116 | 115 | 0 | 547 | 144 | 75 |
| Binary | 11111111 | 111001 | 111011 | 0 | 1001110 | 1001101 | 0 | 101100111 | 1100100 | 111101 |
Color Harmonies of #FF393B
Complementary color
Monochromatic Colors of #FF393B
Black with #FF393B
Text Example
Text Example
White with #FF393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF393B; }
p { color: rgb(255,57,59); }
H1.HeaderClassName
{
color: #FF393B;
}
.AnyTagClassName
{
color: #FF393B;
}
</style>
background-color css
<style>
a { background-color: #FF393B; }
a { background-color: rgb(255,57,59); }
div.DivClassName
{
background-color: #FF393B;
}
.BgClassName
{
background-color: #FF393B;
}
</style>
border-color css
<style>
span { border-color: #FF393B; }
span { border-color: rgb(255,57,59); }
td.TdClassName
{
border-color: #FF393B;
}
.TagClassName
{
border-color: #FF393B;
}
</style>