Shades of Alizarin #FC383D
Tints of Alizarin #FC383D
RGB
CMYK
RGB Variations
Color information
#FC383D (or 0xFC383D) is known color: Alizarin. HEX triplet: FC, 38 and 3D. RGB value is (252,56,61). Sum of RGB (Red+Green+Blue) = 252+56+61=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC383D is #03C7C2. Grayscale: #737373. Windows color (decimal): -247747 or 4012284. OLE color: 4012284.
HSL color Cylindrical-coordinate representation of color #FC383D: hue angle of 358.47º 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 #FC383D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.01 |
| HSL | 358.47º | 0.97% | 0.6% | - |
| HSV(B) | 358.47º | 0.78% | 0.99% | - |
| XYZ | 42.4 | 23.86 | 6.79 | - |
| YUV | 115.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 61 | 0 | 0.78 | 0.76 | 0.01 | 358.47 | 0.97 | 0.6 |
| Hex | FC | 38 | 3D | 0 | 4E | 4C | 1 | 166 | 61 | 3C |
| Octal | 374 | 70 | 75 | 0 | 116 | 114 | 1 | 546 | 141 | 74 |
| Binary | 11111100 | 111000 | 111101 | 0 | 1001110 | 1001100 | 1 | 101100110 | 1100001 | 111100 |
Color Harmonies of #FC383D
Complementary color
Monochromatic Colors of #FC383D
Black with #FC383D
Text Example
Text Example
White with #FC383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC383D; }
p { color: rgb(252,56,61); }
H1.HeaderClassName
{
color: #FC383D;
}
.AnyTagClassName
{
color: #FC383D;
}
</style>
background-color css
<style>
a { background-color: #FC383D; }
a { background-color: rgb(252,56,61); }
div.DivClassName
{
background-color: #FC383D;
}
.BgClassName
{
background-color: #FC383D;
}
</style>
border-color css
<style>
span { border-color: #FC383D; }
span { border-color: rgb(252,56,61); }
td.TdClassName
{
border-color: #FC383D;
}
.TagClassName
{
border-color: #FC383D;
}
</style>