Shades of Alizarin #FA2C33
Tints of Alizarin #FA2C33
RGB
CMYK
RGB Variations
Color information
#FA2C33 (or 0xFA2C33) is known color: Alizarin. HEX triplet: FA, 2C and 33. RGB value is (250,44,51). Sum of RGB (Red+Green+Blue) = 250+44+51=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C33 is #05D3CC. Grayscale: #6A6A6A. Windows color (decimal): -381901 or 3353850. OLE color: 3353850.
HSL color Cylindrical-coordinate representation of color #FA2C33: hue angle of 357.96º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2C33 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 51 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.02 |
| HSL | 357.96º | 0.95% | 0.58% | - |
| HSV(B) | 357.96º | 0.82% | 0.98% | - |
| XYZ | 40.92 | 22.36 | 5.29 | - |
| YUV | 106.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 51 | 0 | 0.82 | 0.80 | 0.02 | 357.96 | 0.95 | 0.58 |
| Hex | FA | 2C | 33 | 0 | 52 | 50 | 2 | 166 | 5F | 3A |
| Octal | 372 | 54 | 63 | 0 | 122 | 120 | 2 | 546 | 137 | 72 |
| Binary | 11111010 | 101100 | 110011 | 0 | 1010010 | 1010000 | 10 | 101100110 | 1011111 | 111010 |
Color Harmonies of #FA2C33
Complementary color
Monochromatic Colors of #FA2C33
Black with #FA2C33
Text Example
Text Example
White with #FA2C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C33; }
p { color: rgb(250,44,51); }
H1.HeaderClassName
{
color: #FA2C33;
}
.AnyTagClassName
{
color: #FA2C33;
}
</style>
background-color css
<style>
a { background-color: #FA2C33; }
a { background-color: rgb(250,44,51); }
div.DivClassName
{
background-color: #FA2C33;
}
.BgClassName
{
background-color: #FA2C33;
}
</style>
border-color css
<style>
span { border-color: #FA2C33; }
span { border-color: rgb(250,44,51); }
td.TdClassName
{
border-color: #FA2C33;
}
.TagClassName
{
border-color: #FA2C33;
}
</style>