Shades of Alizarin #FF303C
Tints of Alizarin #FF303C
RGB
CMYK
RGB Variations
Color information
#FF303C (or 0xFF303C) is known color: Alizarin. HEX triplet: FF, 30 and 3C. RGB value is (255,48,60). Sum of RGB (Red+Green+Blue) = 255+48+60=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF303C is #00CFC3. Grayscale: #6F6F6F. Windows color (decimal): -53188 or 3944703. OLE color: 3944703.
HSL color Cylindrical-coordinate representation of color #FF303C: hue angle of 356.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF303C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0 |
| HSL | 356.52º | 1% | 0.59% | - |
| HSV(B) | 356.52º | 0.81% | 1% | - |
| XYZ | 43.11 | 23.7 | 6.58 | - |
| YUV | 111.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 60 | 0 | 0.81 | 0.76 | 0 | 356.52 | 1 | 0.59 |
| Hex | FF | 30 | 3C | 0 | 51 | 4C | 0 | 165 | 64 | 3B |
| Octal | 377 | 60 | 74 | 0 | 121 | 114 | 0 | 545 | 144 | 73 |
| Binary | 11111111 | 110000 | 111100 | 0 | 1010001 | 1001100 | 0 | 101100101 | 1100100 | 111011 |
Color Harmonies of #FF303C
Complementary color
Monochromatic Colors of #FF303C
Black with #FF303C
Text Example
Text Example
White with #FF303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF303C; }
p { color: rgb(255,48,60); }
H1.HeaderClassName
{
color: #FF303C;
}
.AnyTagClassName
{
color: #FF303C;
}
</style>
background-color css
<style>
a { background-color: #FF303C; }
a { background-color: rgb(255,48,60); }
div.DivClassName
{
background-color: #FF303C;
}
.BgClassName
{
background-color: #FF303C;
}
</style>
border-color css
<style>
span { border-color: #FF303C; }
span { border-color: rgb(255,48,60); }
td.TdClassName
{
border-color: #FF303C;
}
.TagClassName
{
border-color: #FF303C;
}
</style>