Shades of Alizarin #FF3339
Tints of Alizarin #FF3339
RGB
CMYK
RGB Variations
Color information
#FF3339 (or 0xFF3339) is known color: Alizarin. HEX triplet: FF, 33 and 39. RGB value is (255,51,57). Sum of RGB (Red+Green+Blue) = 255+51+57=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3339 is #00CCC6. Grayscale: #707070. Windows color (decimal): -52423 or 3748863. OLE color: 3748863.
HSL color Cylindrical-coordinate representation of color #FF3339: hue angle of 358.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3339 is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 57 | - |
| CMYK | 0 | 0.8 | 0.78 | 0 |
| HSL | 358.24º | 1% | 0.6% | - |
| HSV(B) | 358.24º | 0.8% | 1% | - |
| XYZ | 43.16 | 23.92 | 6.21 | - |
| YUV | 112.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 57 | 0 | 0.8 | 0.78 | 0 | 358.24 | 1 | 0.6 |
| Hex | FF | 33 | 39 | 0 | 50 | 4E | 0 | 166 | 64 | 3C |
| Octal | 377 | 63 | 71 | 0 | 120 | 116 | 0 | 546 | 144 | 74 |
| Binary | 11111111 | 110011 | 111001 | 0 | 1010000 | 1001110 | 0 | 101100110 | 1100100 | 111100 |
Color Harmonies of #FF3339
Complementary color
Monochromatic Colors of #FF3339
Black with #FF3339
Text Example
Text Example
White with #FF3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3339; }
p { color: rgb(255,51,57); }
H1.HeaderClassName
{
color: #FF3339;
}
.AnyTagClassName
{
color: #FF3339;
}
</style>
background-color css
<style>
a { background-color: #FF3339; }
a { background-color: rgb(255,51,57); }
div.DivClassName
{
background-color: #FF3339;
}
.BgClassName
{
background-color: #FF3339;
}
</style>
border-color css
<style>
span { border-color: #FF3339; }
span { border-color: rgb(255,51,57); }
td.TdClassName
{
border-color: #FF3339;
}
.TagClassName
{
border-color: #FF3339;
}
</style>