Shades of Alizarin #FA242A
Tints of Alizarin #FA242A
RGB
CMYK
RGB Variations
Color information
#FA242A (or 0xFA242A) is known color: Alizarin. HEX triplet: FA, 24 and 2A. RGB value is (250,36,42). Sum of RGB (Red+Green+Blue) = 250+36+42=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA242A is #05DBD5. Grayscale: #646464. Windows color (decimal): -383958 or 2761978. OLE color: 2761978.
HSL color Cylindrical-coordinate representation of color #FA242A: hue angle of 358.32º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA242A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.02 |
| HSL | 358.32º | 0.96% | 0.56% | - |
| HSV(B) | 358.32º | 0.86% | 0.98% | - |
| XYZ | 40.47 | 21.75 | 4.26 | - |
| YUV | 100.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 42 | 0 | 0.86 | 0.83 | 0.02 | 358.32 | 0.96 | 0.56 |
| Hex | FA | 24 | 2A | 0 | 56 | 53 | 2 | 166 | 60 | 38 |
| Octal | 372 | 44 | 52 | 0 | 126 | 123 | 2 | 546 | 140 | 70 |
| Binary | 11111010 | 100100 | 101010 | 0 | 1010110 | 1010011 | 10 | 101100110 | 1100000 | 111000 |
Color Harmonies of #FA242A
Complementary color
Monochromatic Colors of #FA242A
Black with #FA242A
Text Example
Text Example
White with #FA242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA242A; }
p { color: rgb(250,36,42); }
H1.HeaderClassName
{
color: #FA242A;
}
.AnyTagClassName
{
color: #FA242A;
}
</style>
background-color css
<style>
a { background-color: #FA242A; }
a { background-color: rgb(250,36,42); }
div.DivClassName
{
background-color: #FA242A;
}
.BgClassName
{
background-color: #FA242A;
}
</style>
border-color css
<style>
span { border-color: #FA242A; }
span { border-color: rgb(250,36,42); }
td.TdClassName
{
border-color: #FA242A;
}
.TagClassName
{
border-color: #FA242A;
}
</style>