Shades of Alizarin #FF303D
Tints of Alizarin #FF303D
RGB
CMYK
RGB Variations
Color information
#FF303D (or 0xFF303D) is known color: Alizarin. HEX triplet: FF, 30 and 3D. RGB value is (255,48,61). Sum of RGB (Red+Green+Blue) = 255+48+61=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF303D is #00CFC2. Grayscale: #6F6F6F. Windows color (decimal): -53187 or 4010239. OLE color: 4010239.
HSL color Cylindrical-coordinate representation of color #FF303D: hue angle of 356.23º 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 #FF303D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 61 | - |
| CMYK | 0 | 0.81 | 0.76 | 0 |
| HSL | 356.23º | 1% | 0.59% | - |
| HSV(B) | 356.23º | 0.81% | 1% | - |
| XYZ | 43.14 | 23.71 | 6.72 | - |
| YUV | 111.38 | 99.58 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 61 | 0 | 0.81 | 0.76 | 0 | 356.23 | 1 | 0.59 |
| Hex | FF | 30 | 3D | 0 | 51 | 4C | 0 | 164 | 64 | 3B |
| Octal | 377 | 60 | 75 | 0 | 121 | 114 | 0 | 544 | 144 | 73 |
| Binary | 11111111 | 110000 | 111101 | 0 | 1010001 | 1001100 | 0 | 101100100 | 1100100 | 111011 |
Color Harmonies of #FF303D
Complementary color
Monochromatic Colors of #FF303D
Black with #FF303D
Text Example
Text Example
White with #FF303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF303D; }
p { color: rgb(255,48,61); }
H1.HeaderClassName
{
color: #FF303D;
}
.AnyTagClassName
{
color: #FF303D;
}
</style>
background-color css
<style>
a { background-color: #FF303D; }
a { background-color: rgb(255,48,61); }
div.DivClassName
{
background-color: #FF303D;
}
.BgClassName
{
background-color: #FF303D;
}
</style>
border-color css
<style>
span { border-color: #FF303D; }
span { border-color: rgb(255,48,61); }
td.TdClassName
{
border-color: #FF303D;
}
.TagClassName
{
border-color: #FF303D;
}
</style>