Shades of Pohutukawa #5E0214
Tints of Pohutukawa #5E0214
RGB
CMYK
RGB Variations
Color information
#5E0214 (or 0x5E0214) is known color: Pohutukawa. HEX triplet: 5E, 02 and 14. RGB value is (94,2,20). Sum of RGB (Red+Green+Blue) = 94+2+20=116 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.03% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0214 is #A1FDEB. Grayscale: #1F1F1F. Windows color (decimal): -10616300 or 1311326. OLE color: 1311326.
HSL color Cylindrical-coordinate representation of color #5E0214: hue angle of 348.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0214 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 20 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.63 |
| HSL | 348.26º | 0.96% | 0.19% | - |
| HSV(B) | 348.26º | 0.98% | 0.37% | - |
| XYZ | 4.76 | 2.47 | 0.89 | - |
| YUV | 31.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 20 | 0 | 0.98 | 0.79 | 0.63 | 348.26 | 0.96 | 0.19 |
| Hex | 5E | 2 | 14 | 0 | 62 | 4F | 3F | 15C | 60 | 13 |
| Octal | 136 | 2 | 24 | 0 | 142 | 117 | 77 | 534 | 140 | 23 |
| Binary | 1011110 | 10 | 10100 | 0 | 1100010 | 1001111 | 111111 | 101011100 | 1100000 | 10011 |
Color Harmonies of #5E0214
Complementary color
Monochromatic Colors of #5E0214
Black with #5E0214
Text Example
Text Example
White with #5E0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0214; }
p { color: rgb(94,2,20); }
H1.HeaderClassName
{
color: #5E0214;
}
.AnyTagClassName
{
color: #5E0214;
}
</style>
background-color css
<style>
a { background-color: #5E0214; }
a { background-color: rgb(94,2,20); }
div.DivClassName
{
background-color: #5E0214;
}
.BgClassName
{
background-color: #5E0214;
}
</style>
border-color css
<style>
span { border-color: #5E0214; }
span { border-color: rgb(94,2,20); }
td.TdClassName
{
border-color: #5E0214;
}
.TagClassName
{
border-color: #5E0214;
}
</style>