Shades of Alizarin #F3363D
Tints of Alizarin #F3363D
RGB
CMYK
RGB Variations
Color information
#F3363D (or 0xF3363D) is known color: Alizarin. HEX triplet: F3, 36 and 3D. RGB value is (243,54,61). Sum of RGB (Red+Green+Blue) = 243+54+61=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F3363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3363D is #0CC9C2. Grayscale: #6F6F6F. Windows color (decimal): -838083 or 4011763. OLE color: 4011763.
HSL color Cylindrical-coordinate representation of color #F3363D: hue angle of 357.78º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3363D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.05 |
| HSL | 357.78º | 0.89% | 0.58% | - |
| HSV(B) | 357.78º | 0.78% | 0.95% | - |
| XYZ | 39.12 | 22.03 | 6.61 | - |
| YUV | 111.31 | 99.62 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 61 | 0 | 0.78 | 0.75 | 0.05 | 357.78 | 0.89 | 0.58 |
| Hex | F3 | 36 | 3D | 0 | 4E | 4B | 5 | 166 | 59 | 3A |
| Octal | 363 | 66 | 75 | 0 | 116 | 113 | 5 | 546 | 131 | 72 |
| Binary | 11110011 | 110110 | 111101 | 0 | 1001110 | 1001011 | 101 | 101100110 | 1011001 | 111010 |
Color Harmonies of #F3363D
Complementary color
Monochromatic Colors of #F3363D
Black with #F3363D
Text Example
Text Example
White with #F3363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3363D; }
p { color: rgb(243,54,61); }
H1.HeaderClassName
{
color: #F3363D;
}
.AnyTagClassName
{
color: #F3363D;
}
</style>
background-color css
<style>
a { background-color: #F3363D; }
a { background-color: rgb(243,54,61); }
div.DivClassName
{
background-color: #F3363D;
}
.BgClassName
{
background-color: #F3363D;
}
</style>
border-color css
<style>
span { border-color: #F3363D; }
span { border-color: rgb(243,54,61); }
td.TdClassName
{
border-color: #F3363D;
}
.TagClassName
{
border-color: #F3363D;
}
</style>