Shades of Alizarin #FB303D
Tints of Alizarin #FB303D
RGB
CMYK
RGB Variations
Color information
#FB303D (or 0xFB303D) is known color: Alizarin. HEX triplet: FB, 30 and 3D. RGB value is (251,48,61). Sum of RGB (Red+Green+Blue) = 251+48+61=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB303D is #04CFC2. Grayscale: #6E6E6E. Windows color (decimal): -315331 or 4010235. OLE color: 4010235.
HSL color Cylindrical-coordinate representation of color #FB303D: hue angle of 356.16º 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 #FB303D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 61 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.02 |
| HSL | 356.16º | 0.96% | 0.59% | - |
| HSV(B) | 356.16º | 0.81% | 0.98% | - |
| XYZ | 41.68 | 22.96 | 6.65 | - |
| YUV | 110.18 | 100.25 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 61 | 0 | 0.81 | 0.76 | 0.02 | 356.16 | 0.96 | 0.59 |
| Hex | FB | 30 | 3D | 0 | 51 | 4C | 2 | 164 | 60 | 3B |
| Octal | 373 | 60 | 75 | 0 | 121 | 114 | 2 | 544 | 140 | 73 |
| Binary | 11111011 | 110000 | 111101 | 0 | 1010001 | 1001100 | 10 | 101100100 | 1100000 | 111011 |
Color Harmonies of #FB303D
Complementary color
Monochromatic Colors of #FB303D
Black with #FB303D
Text Example
Text Example
White with #FB303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB303D; }
p { color: rgb(251,48,61); }
H1.HeaderClassName
{
color: #FB303D;
}
.AnyTagClassName
{
color: #FB303D;
}
</style>
background-color css
<style>
a { background-color: #FB303D; }
a { background-color: rgb(251,48,61); }
div.DivClassName
{
background-color: #FB303D;
}
.BgClassName
{
background-color: #FB303D;
}
</style>
border-color css
<style>
span { border-color: #FB303D; }
span { border-color: rgb(251,48,61); }
td.TdClassName
{
border-color: #FB303D;
}
.TagClassName
{
border-color: #FB303D;
}
</style>