Shades of Alizarin #FB383C
Tints of Alizarin #FB383C
RGB
CMYK
RGB Variations
Color information
#FB383C (or 0xFB383C) is known color: Alizarin. HEX triplet: FB, 38 and 3C. RGB value is (251,56,60). Sum of RGB (Red+Green+Blue) = 251+56+60=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB383C is #04C7C3. Grayscale: #727272. Windows color (decimal): -313284 or 3946747. OLE color: 3946747.
HSL color Cylindrical-coordinate representation of color #FB383C: hue angle of 358.77º 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 #FB383C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 358.77º | 0.96% | 0.6% | - |
| HSV(B) | 358.77º | 0.78% | 0.98% | - |
| XYZ | 42.01 | 23.66 | 6.63 | - |
| YUV | 114.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 60 | 0 | 0.78 | 0.76 | 0.02 | 358.77 | 0.96 | 0.6 |
| Hex | FB | 38 | 3C | 0 | 4E | 4C | 2 | 167 | 60 | 3C |
| Octal | 373 | 70 | 74 | 0 | 116 | 114 | 2 | 547 | 140 | 74 |
| Binary | 11111011 | 111000 | 111100 | 0 | 1001110 | 1001100 | 10 | 101100111 | 1100000 | 111100 |
Color Harmonies of #FB383C
Complementary color
Monochromatic Colors of #FB383C
Black with #FB383C
Text Example
Text Example
White with #FB383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB383C; }
p { color: rgb(251,56,60); }
H1.HeaderClassName
{
color: #FB383C;
}
.AnyTagClassName
{
color: #FB383C;
}
</style>
background-color css
<style>
a { background-color: #FB383C; }
a { background-color: rgb(251,56,60); }
div.DivClassName
{
background-color: #FB383C;
}
.BgClassName
{
background-color: #FB383C;
}
</style>
border-color css
<style>
span { border-color: #FB383C; }
span { border-color: rgb(251,56,60); }
td.TdClassName
{
border-color: #FB383C;
}
.TagClassName
{
border-color: #FB383C;
}
</style>