Shades of Alizarin #FB353D
Tints of Alizarin #FB353D
RGB
CMYK
RGB Variations
Color information
#FB353D (or 0xFB353D) is known color: Alizarin. HEX triplet: FB, 35 and 3D. RGB value is (251,53,61). Sum of RGB (Red+Green+Blue) = 251+53+61=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB353D is #04CAC2. Grayscale: #717171. Windows color (decimal): -314051 or 4011515. OLE color: 4011515.
HSL color Cylindrical-coordinate representation of color #FB353D: hue angle of 357.58º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB353D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 61 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.02 |
| HSL | 357.58º | 0.96% | 0.6% | - |
| HSV(B) | 357.58º | 0.79% | 0.98% | - |
| XYZ | 41.9 | 23.39 | 6.72 | - |
| YUV | 113.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 61 | 0 | 0.79 | 0.76 | 0.02 | 357.58 | 0.96 | 0.6 |
| Hex | FB | 35 | 3D | 0 | 4F | 4C | 2 | 166 | 60 | 3C |
| Octal | 373 | 65 | 75 | 0 | 117 | 114 | 2 | 546 | 140 | 74 |
| Binary | 11111011 | 110101 | 111101 | 0 | 1001111 | 1001100 | 10 | 101100110 | 1100000 | 111100 |
Color Harmonies of #FB353D
Complementary color
Monochromatic Colors of #FB353D
Black with #FB353D
Text Example
Text Example
White with #FB353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB353D; }
p { color: rgb(251,53,61); }
H1.HeaderClassName
{
color: #FB353D;
}
.AnyTagClassName
{
color: #FB353D;
}
</style>
background-color css
<style>
a { background-color: #FB353D; }
a { background-color: rgb(251,53,61); }
div.DivClassName
{
background-color: #FB353D;
}
.BgClassName
{
background-color: #FB353D;
}
</style>
border-color css
<style>
span { border-color: #FB353D; }
span { border-color: rgb(251,53,61); }
td.TdClassName
{
border-color: #FB353D;
}
.TagClassName
{
border-color: #FB353D;
}
</style>