Shades of Alizarin #FF393D
Tints of Alizarin #FF393D
RGB
CMYK
RGB Variations
Color information
#FF393D (or 0xFF393D) is known color: Alizarin. HEX triplet: FF, 39 and 3D. RGB value is (255,57,61). Sum of RGB (Red+Green+Blue) = 255+57+61=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF393D is #00C6C2. Grayscale: #747474. Windows color (decimal): -50883 or 4012543. OLE color: 4012543.
HSL color Cylindrical-coordinate representation of color #FF393D: hue angle of 358.79º 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 #FF393D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0 |
| HSL | 358.79º | 1% | 0.61% | - |
| HSV(B) | 358.79º | 0.78% | 1% | - |
| XYZ | 43.55 | 24.52 | 6.85 | - |
| YUV | 116.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 61 | 0 | 0.78 | 0.76 | 0 | 358.79 | 1 | 0.61 |
| Hex | FF | 39 | 3D | 0 | 4E | 4C | 0 | 167 | 64 | 3D |
| Octal | 377 | 71 | 75 | 0 | 116 | 114 | 0 | 547 | 144 | 75 |
| Binary | 11111111 | 111001 | 111101 | 0 | 1001110 | 1001100 | 0 | 101100111 | 1100100 | 111101 |
Color Harmonies of #FF393D
Complementary color
Monochromatic Colors of #FF393D
Black with #FF393D
Text Example
Text Example
White with #FF393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF393D; }
p { color: rgb(255,57,61); }
H1.HeaderClassName
{
color: #FF393D;
}
.AnyTagClassName
{
color: #FF393D;
}
</style>
background-color css
<style>
a { background-color: #FF393D; }
a { background-color: rgb(255,57,61); }
div.DivClassName
{
background-color: #FF393D;
}
.BgClassName
{
background-color: #FF393D;
}
</style>
border-color css
<style>
span { border-color: #FF393D; }
span { border-color: rgb(255,57,61); }
td.TdClassName
{
border-color: #FF393D;
}
.TagClassName
{
border-color: #FF393D;
}
</style>