Shades of Alizarin #FC383B
Tints of Alizarin #FC383B
RGB
CMYK
RGB Variations
Color information
#FC383B (or 0xFC383B) is known color: Alizarin. HEX triplet: FC, 38 and 3B. RGB value is (252,56,59). Sum of RGB (Red+Green+Blue) = 252+56+59=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC383B is #03C7C4. Grayscale: #737373. Windows color (decimal): -247749 or 3881212. OLE color: 3881212.
HSL color Cylindrical-coordinate representation of color #FC383B: hue angle of 359.08º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC383B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 59 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.01 |
| HSL | 359.08º | 0.97% | 0.6% | - |
| HSV(B) | 359.08º | 0.78% | 0.99% | - |
| XYZ | 42.35 | 23.84 | 6.51 | - |
| YUV | 114.95 | 96.43 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 59 | 0 | 0.78 | 0.77 | 0.01 | 359.08 | 0.97 | 0.6 |
| Hex | FC | 38 | 3B | 0 | 4E | 4D | 1 | 167 | 61 | 3C |
| Octal | 374 | 70 | 73 | 0 | 116 | 115 | 1 | 547 | 141 | 74 |
| Binary | 11111100 | 111000 | 111011 | 0 | 1001110 | 1001101 | 1 | 101100111 | 1100001 | 111100 |
Color Harmonies of #FC383B
Complementary color
Monochromatic Colors of #FC383B
Black with #FC383B
Text Example
Text Example
White with #FC383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC383B; }
p { color: rgb(252,56,59); }
H1.HeaderClassName
{
color: #FC383B;
}
.AnyTagClassName
{
color: #FC383B;
}
</style>
background-color css
<style>
a { background-color: #FC383B; }
a { background-color: rgb(252,56,59); }
div.DivClassName
{
background-color: #FC383B;
}
.BgClassName
{
background-color: #FC383B;
}
</style>
border-color css
<style>
span { border-color: #FC383B; }
span { border-color: rgb(252,56,59); }
td.TdClassName
{
border-color: #FC383B;
}
.TagClassName
{
border-color: #FC383B;
}
</style>