Shades of Alizarin #FB383B
Tints of Alizarin #FB383B
RGB
CMYK
RGB Variations
Color information
#FB383B (or 0xFB383B) is known color: Alizarin. HEX triplet: FB, 38 and 3B. RGB value is (251,56,59). Sum of RGB (Red+Green+Blue) = 251+56+59=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB383B is #04C7C4. Grayscale: #727272. Windows color (decimal): -313285 or 3881211. OLE color: 3881211.
HSL color Cylindrical-coordinate representation of color #FB383B: hue angle of 359.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB383B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 59 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 359.08º | 0.96% | 0.6% | - |
| HSV(B) | 359.08º | 0.78% | 0.98% | - |
| XYZ | 41.99 | 23.65 | 6.49 | - |
| YUV | 114.65 | 96.6 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 59 | 0 | 0.78 | 0.76 | 0.02 | 359.08 | 0.96 | 0.6 |
| Hex | FB | 38 | 3B | 0 | 4E | 4C | 2 | 167 | 60 | 3C |
| Octal | 373 | 70 | 73 | 0 | 116 | 114 | 2 | 547 | 140 | 74 |
| Binary | 11111011 | 111000 | 111011 | 0 | 1001110 | 1001100 | 10 | 101100111 | 1100000 | 111100 |
Color Harmonies of #FB383B
Complementary color
Monochromatic Colors of #FB383B
Black with #FB383B
Text Example
Text Example
White with #FB383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB383B; }
p { color: rgb(251,56,59); }
H1.HeaderClassName
{
color: #FB383B;
}
.AnyTagClassName
{
color: #FB383B;
}
</style>
background-color css
<style>
a { background-color: #FB383B; }
a { background-color: rgb(251,56,59); }
div.DivClassName
{
background-color: #FB383B;
}
.BgClassName
{
background-color: #FB383B;
}
</style>
border-color css
<style>
span { border-color: #FB383B; }
span { border-color: rgb(251,56,59); }
td.TdClassName
{
border-color: #FB383B;
}
.TagClassName
{
border-color: #FB383B;
}
</style>