#5E0212

Color #5E0212 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5E0212

Tints of Pohutukawa #5E0212

Color information

#5E0212 (or 0x5E0212) is unknown color: approx Pohutukawa. HEX triplet: 5E, 02 and 12. RGB value is (94,2,18). Sum of RGB (Red+Green+Blue) = 94+2+18=114 (15% of max value = 765). Red value is 94 (37.11% from 255 or 82.46% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0212 is #A1FDED. Grayscale: #1F1F1F. Windows color (decimal): -10616302 or 1180254. OLE color: 1180254.

HSL color Cylindrical-coordinate representation of color #5E0212: hue angle of 349.57º 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 #5E0212 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB94218-
CMYK00.980.810.63
HSL349.57º95.83%18.82%-
HSV(B)349.57º97.87%36.86%-
XYZ4.752.470.8-
YUV31.33120.48172.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 82.46%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=82.46%
G=1.75%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9421800.980.810.63349.5795.8318.82
Hex5E212062513F15e6013
Octal13622201421217753614023
Binary10111101010010011000101010001111111101011110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E0212; }

 p { color: rgb(94,2,18); }

 H1.HeaderClassName
 {
   color: #5E0212;
 }
 .AnyTagClassName
 {
   color: #5E0212;
 }
</style>
background-color css

<style>
 a { background-color: #5E0212; }

 a { background-color: rgb(94,2,18); }

 div.DivClassName
 {
   background-color: #5E0212;
 }
 .BgClassName
 {
   background-color: #5E0212;
 }
</style>
border-color css

<style>
 span { border-color: #5E0212; }

 span { border-color: rgb(94,2,18); }

 td.TdClassName
 {
   border-color: #5E0212;
 }
 .TagClassName
 {
   border-color: #5E0212;
 }
</style>