Shades of Alizarin #FF3437
Tints of Alizarin #FF3437
RGB
CMYK
RGB Variations
Color information
#FF3437 (or 0xFF3437) is known color: Alizarin. HEX triplet: FF, 34 and 37. RGB value is (255,52,55). Sum of RGB (Red+Green+Blue) = 255+52+55=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3437 is #00CBC8. Grayscale: #717171. Windows color (decimal): -52169 or 3618047. OLE color: 3618047.
HSL color Cylindrical-coordinate representation of color #FF3437: hue angle of 359.11º 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 #FF3437 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 55 | - |
| CMYK | 0 | 0.80 | 0.78 | 0 |
| HSL | 359.11º | 1% | 0.6% | - |
| HSV(B) | 359.11º | 0.8% | 1% | - |
| XYZ | 43.16 | 23.99 | 5.97 | - |
| YUV | 113.04 | 95.25 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 55 | 0 | 0.80 | 0.78 | 0 | 359.11 | 1 | 0.6 |
| Hex | FF | 34 | 37 | 0 | 50 | 4E | 0 | 167 | 64 | 3C |
| Octal | 377 | 64 | 67 | 0 | 120 | 116 | 0 | 547 | 144 | 74 |
| Binary | 11111111 | 110100 | 110111 | 0 | 1010000 | 1001110 | 0 | 101100111 | 1100100 | 111100 |
Color Harmonies of #FF3437
Complementary color
Monochromatic Colors of #FF3437
Black with #FF3437
Text Example
Text Example
White with #FF3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3437; }
p { color: rgb(255,52,55); }
H1.HeaderClassName
{
color: #FF3437;
}
.AnyTagClassName
{
color: #FF3437;
}
</style>
background-color css
<style>
a { background-color: #FF3437; }
a { background-color: rgb(255,52,55); }
div.DivClassName
{
background-color: #FF3437;
}
.BgClassName
{
background-color: #FF3437;
}
</style>
border-color css
<style>
span { border-color: #FF3437; }
span { border-color: rgb(255,52,55); }
td.TdClassName
{
border-color: #FF3437;
}
.TagClassName
{
border-color: #FF3437;
}
</style>