Shades of Alizarin #FB363C
Tints of Alizarin #FB363C
RGB
CMYK
RGB Variations
Color information
#FB363C (or 0xFB363C) is known color: Alizarin. HEX triplet: FB, 36 and 3C. RGB value is (251,54,60). Sum of RGB (Red+Green+Blue) = 251+54+60=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB363C is #04C9C3. Grayscale: #717171. Windows color (decimal): -313796 or 3946235. OLE color: 3946235.
HSL color Cylindrical-coordinate representation of color #FB363C: hue angle of 358.17º 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 #FB363C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 358.17º | 0.96% | 0.6% | - |
| HSV(B) | 358.17º | 0.78% | 0.98% | - |
| XYZ | 41.92 | 23.47 | 6.6 | - |
| YUV | 113.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 60 | 0 | 0.78 | 0.76 | 0.02 | 358.17 | 0.96 | 0.6 |
| Hex | FB | 36 | 3C | 0 | 4E | 4C | 2 | 166 | 60 | 3C |
| Octal | 373 | 66 | 74 | 0 | 116 | 114 | 2 | 546 | 140 | 74 |
| Binary | 11111011 | 110110 | 111100 | 0 | 1001110 | 1001100 | 10 | 101100110 | 1100000 | 111100 |
Color Harmonies of #FB363C
Complementary color
Monochromatic Colors of #FB363C
Black with #FB363C
Text Example
Text Example
White with #FB363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB363C; }
p { color: rgb(251,54,60); }
H1.HeaderClassName
{
color: #FB363C;
}
.AnyTagClassName
{
color: #FB363C;
}
</style>
background-color css
<style>
a { background-color: #FB363C; }
a { background-color: rgb(251,54,60); }
div.DivClassName
{
background-color: #FB363C;
}
.BgClassName
{
background-color: #FB363C;
}
</style>
border-color css
<style>
span { border-color: #FB363C; }
span { border-color: rgb(251,54,60); }
td.TdClassName
{
border-color: #FB363C;
}
.TagClassName
{
border-color: #FB363C;
}
</style>