Shades of Alizarin #FA383B
Tints of Alizarin #FA383B
RGB
CMYK
RGB Variations
Color information
#FA383B (or 0xFA383B) is known color: Alizarin. HEX triplet: FA, 38 and 3B. RGB value is (250,56,59). Sum of RGB (Red+Green+Blue) = 250+56+59=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA383B is #05C7C4. Grayscale: #727272. Windows color (decimal): -378821 or 3881210. OLE color: 3881210.
HSL color Cylindrical-coordinate representation of color #FA383B: hue angle of 359.07º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA383B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 59 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 359.07º | 0.95% | 0.6% | - |
| HSV(B) | 359.07º | 0.78% | 0.98% | - |
| XYZ | 41.63 | 23.47 | 6.47 | - |
| YUV | 114.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 59 | 0 | 0.78 | 0.76 | 0.02 | 359.07 | 0.95 | 0.6 |
| Hex | FA | 38 | 3B | 0 | 4E | 4C | 2 | 167 | 5F | 3C |
| Octal | 372 | 70 | 73 | 0 | 116 | 114 | 2 | 547 | 137 | 74 |
| Binary | 11111010 | 111000 | 111011 | 0 | 1001110 | 1001100 | 10 | 101100111 | 1011111 | 111100 |
Color Harmonies of #FA383B
Complementary color
Monochromatic Colors of #FA383B
Black with #FA383B
Text Example
Text Example
White with #FA383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA383B; }
p { color: rgb(250,56,59); }
H1.HeaderClassName
{
color: #FA383B;
}
.AnyTagClassName
{
color: #FA383B;
}
</style>
background-color css
<style>
a { background-color: #FA383B; }
a { background-color: rgb(250,56,59); }
div.DivClassName
{
background-color: #FA383B;
}
.BgClassName
{
background-color: #FA383B;
}
</style>
border-color css
<style>
span { border-color: #FA383B; }
span { border-color: rgb(250,56,59); }
td.TdClassName
{
border-color: #FA383B;
}
.TagClassName
{
border-color: #FA383B;
}
</style>