Shades of Alizarin #FB393F
Tints of Alizarin #FB393F
RGB
CMYK
RGB Variations
Color information
#FB393F (or 0xFB393F) is known color: Alizarin. HEX triplet: FB, 39 and 3F. RGB value is (251,57,63). Sum of RGB (Red+Green+Blue) = 251+57+63=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB393F is #04C6C0. Grayscale: #737373. Windows color (decimal): -313025 or 4143611. OLE color: 4143611.
HSL color Cylindrical-coordinate representation of color #FB393F: hue angle of 358.14º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB393F is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 63 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.02 |
| HSL | 358.14º | 0.96% | 0.6% | - |
| HSV(B) | 358.14º | 0.77% | 0.98% | - |
| XYZ | 42.14 | 23.79 | 7.07 | - |
| YUV | 115.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 63 | 0 | 0.77 | 0.75 | 0.02 | 358.14 | 0.96 | 0.6 |
| Hex | FB | 39 | 3F | 0 | 4D | 4B | 2 | 166 | 60 | 3C |
| Octal | 373 | 71 | 77 | 0 | 115 | 113 | 2 | 546 | 140 | 74 |
| Binary | 11111011 | 111001 | 111111 | 0 | 1001101 | 1001011 | 10 | 101100110 | 1100000 | 111100 |
Color Harmonies of #FB393F
Complementary color
Monochromatic Colors of #FB393F
Black with #FB393F
Text Example
Text Example
White with #FB393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB393F; }
p { color: rgb(251,57,63); }
H1.HeaderClassName
{
color: #FB393F;
}
.AnyTagClassName
{
color: #FB393F;
}
</style>
background-color css
<style>
a { background-color: #FB393F; }
a { background-color: rgb(251,57,63); }
div.DivClassName
{
background-color: #FB393F;
}
.BgClassName
{
background-color: #FB393F;
}
</style>
border-color css
<style>
span { border-color: #FB393F; }
span { border-color: rgb(251,57,63); }
td.TdClassName
{
border-color: #FB393F;
}
.TagClassName
{
border-color: #FB393F;
}
</style>