Shades of Pohutukawa #5C0212
Tints of Pohutukawa #5C0212
RGB
CMYK
RGB Variations
Color information
#5C0212 (or 0x5C0212) is known color: Pohutukawa. HEX triplet: 5C, 02 and 12. RGB value is (92,2,18). Sum of RGB (Red+Green+Blue) = 92+2+18=112 (14% of max value = 765). Red value is 92 (36.33% from 255 or 82.14% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0212 is #A3FDED. Grayscale: #1E1E1E. Windows color (decimal): -10747374 or 1180252. OLE color: 1180252.
HSL color Cylindrical-coordinate representation of color #5C0212: hue angle of 349.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0212 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 2 | 18 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.64 |
| HSL | 349.33º | 0.96% | 0.18% | - |
| HSV(B) | 349.33º | 0.98% | 0.36% | - |
| XYZ | 4.54 | 2.36 | 0.79 | - |
| YUV | 30.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 18 | 0 | 0.98 | 0.80 | 0.64 | 349.33 | 0.96 | 0.18 |
| Hex | 5C | 2 | 12 | 0 | 62 | 50 | 40 | 15D | 60 | 12 |
| Octal | 134 | 2 | 22 | 0 | 142 | 120 | 100 | 535 | 140 | 22 |
| Binary | 1011100 | 10 | 10010 | 0 | 1100010 | 1010000 | 1000000 | 101011101 | 1100000 | 10010 |
Color Harmonies of #5C0212
Complementary color
Monochromatic Colors of #5C0212
Black with #5C0212
Text Example
Text Example
White with #5C0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0212; }
p { color: rgb(92,2,18); }
H1.HeaderClassName
{
color: #5C0212;
}
.AnyTagClassName
{
color: #5C0212;
}
</style>
background-color css
<style>
a { background-color: #5C0212; }
a { background-color: rgb(92,2,18); }
div.DivClassName
{
background-color: #5C0212;
}
.BgClassName
{
background-color: #5C0212;
}
</style>
border-color css
<style>
span { border-color: #5C0212; }
span { border-color: rgb(92,2,18); }
td.TdClassName
{
border-color: #5C0212;
}
.TagClassName
{
border-color: #5C0212;
}
</style>