Shades of Alizarin #FB303C
Tints of Alizarin #FB303C
RGB
CMYK
RGB Variations
Color information
#FB303C (or 0xFB303C) is known color: Alizarin. HEX triplet: FB, 30 and 3C. RGB value is (251,48,60). Sum of RGB (Red+Green+Blue) = 251+48+60=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB303C is #04CFC3. Grayscale: #6E6E6E. Windows color (decimal): -315332 or 3944699. OLE color: 3944699.
HSL color Cylindrical-coordinate representation of color #FB303C: hue angle of 356.45º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB303C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.02 |
| HSL | 356.45º | 0.96% | 0.59% | - |
| HSV(B) | 356.45º | 0.81% | 0.98% | - |
| XYZ | 41.66 | 22.95 | 6.51 | - |
| YUV | 110.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 60 | 0 | 0.81 | 0.76 | 0.02 | 356.45 | 0.96 | 0.59 |
| Hex | FB | 30 | 3C | 0 | 51 | 4C | 2 | 164 | 60 | 3B |
| Octal | 373 | 60 | 74 | 0 | 121 | 114 | 2 | 544 | 140 | 73 |
| Binary | 11111011 | 110000 | 111100 | 0 | 1010001 | 1001100 | 10 | 101100100 | 1100000 | 111011 |
Color Harmonies of #FB303C
Complementary color
Monochromatic Colors of #FB303C
Black with #FB303C
Text Example
Text Example
White with #FB303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB303C; }
p { color: rgb(251,48,60); }
H1.HeaderClassName
{
color: #FB303C;
}
.AnyTagClassName
{
color: #FB303C;
}
</style>
background-color css
<style>
a { background-color: #FB303C; }
a { background-color: rgb(251,48,60); }
div.DivClassName
{
background-color: #FB303C;
}
.BgClassName
{
background-color: #FB303C;
}
</style>
border-color css
<style>
span { border-color: #FB303C; }
span { border-color: rgb(251,48,60); }
td.TdClassName
{
border-color: #FB303C;
}
.TagClassName
{
border-color: #FB303C;
}
</style>