Shades of Alizarin #F33641
Tints of Alizarin #F33641
RGB
CMYK
RGB Variations
Color information
#F33641 (or 0xF33641) is known color: Alizarin. HEX triplet: F3, 36 and 41. RGB value is (243,54,65). Sum of RGB (Red+Green+Blue) = 243+54+65=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F33641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33641 is #0CC9BE. Grayscale: #6F6F6F. Windows color (decimal): -838079 or 4273907. OLE color: 4273907.
HSL color Cylindrical-coordinate representation of color #F33641: hue angle of 356.51º 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 #F33641 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 65 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.05 |
| HSL | 356.51º | 0.89% | 0.58% | - |
| HSV(B) | 356.51º | 0.78% | 0.95% | - |
| XYZ | 39.24 | 22.07 | 7.19 | - |
| YUV | 111.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 65 | 0 | 0.78 | 0.73 | 0.05 | 356.51 | 0.89 | 0.58 |
| Hex | F3 | 36 | 41 | 0 | 4E | 49 | 5 | 165 | 59 | 3A |
| Octal | 363 | 66 | 101 | 0 | 116 | 111 | 5 | 545 | 131 | 72 |
| Binary | 11110011 | 110110 | 1000001 | 0 | 1001110 | 1001001 | 101 | 101100101 | 1011001 | 111010 |
Color Harmonies of #F33641
Complementary color
Monochromatic Colors of #F33641
Black with #F33641
Text Example
Text Example
White with #F33641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33641; }
p { color: rgb(243,54,65); }
H1.HeaderClassName
{
color: #F33641;
}
.AnyTagClassName
{
color: #F33641;
}
</style>
background-color css
<style>
a { background-color: #F33641; }
a { background-color: rgb(243,54,65); }
div.DivClassName
{
background-color: #F33641;
}
.BgClassName
{
background-color: #F33641;
}
</style>
border-color css
<style>
span { border-color: #F33641; }
span { border-color: rgb(243,54,65); }
td.TdClassName
{
border-color: #F33641;
}
.TagClassName
{
border-color: #F33641;
}
</style>